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:
parent
73fe1052dd
commit
6bc0e1cfba
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -746,7 +746,7 @@ mingw32="yes"
|
|||
;;
|
||||
CYGWIN*)
|
||||
targetos=CYGWIN
|
||||
shlibdir='${PREFIX}/bin'
|
||||
shlibdir="$bindir"
|
||||
video4linux="no"
|
||||
video4linux2="no"
|
||||
audio_oss="yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue