Commit 48027542 authored by diego's avatar diego

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7222 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b2d6f315
...@@ -746,7 +746,7 @@ mingw32="yes" ...@@ -746,7 +746,7 @@ mingw32="yes"
;; ;;
CYGWIN*) CYGWIN*)
targetos=CYGWIN targetos=CYGWIN
shlibdir='${PREFIX}/bin' shlibdir="$bindir"
video4linux="no" video4linux="no"
video4linux2="no" video4linux2="no"
audio_oss="yes" 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