Skip to content
Snippets Groups Projects
Commit 6bc0e1cf authored by Diego Biurrun's avatar Diego Biurrun
Browse files

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