Commit 6bc0e1cf authored by Diego Biurrun's avatar Diego Biurrun

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
parent 73fe1052
......@@ -746,7 +746,7 @@ mingw32="yes"
;;
CYGWIN*)
targetos=CYGWIN
shlibdir='${PREFIX}/bin'
shlibdir="$bindir"
video4linux="no"
video4linux2="no"
audio_oss="yes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment