1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-02 09:09:59 +02:00

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

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"