Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.

Originally committed as revision 7222 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2006-12-04 22:20:51 +00:00
parent 73fe1052dd
commit 6bc0e1cfba
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -746,7 +746,7 @@ mingw32="yes"
;;
CYGWIN*)
targetos=CYGWIN
shlibdir='${PREFIX}/bin'
shlibdir="$bindir"
video4linux="no"
video4linux2="no"
audio_oss="yes"