Commit e09becce authored by ramiro's avatar ramiro

Print static vhook warning for Cygwin only when both are enabled

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9310 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6e1d7263
......@@ -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."
......
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