Print static vhook warning for Cygwin only when both are enabled

Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2007-06-14 16:39:44 +00:00
parent 233ed44543
commit 770359898c
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -1671,7 +1671,7 @@ test "$vhook" = "default" && vhook="$dlopen"
enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl
if test "$targetos" = cygwin && enabled static ; then
if test "$targetos" = cygwin && enabled_all static vhook ; then
vhook="no"
echo
echo "At the moment vhooks don't work on Cygwin static builds."