summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Polla <ramiro.polla@gmail.com>2007-06-14 16:39:44 +0000
committerRamiro Polla <ramiro.polla@gmail.com>2007-06-14 16:39:44 +0000
commit770359898c2fe166b78502d7e134b86c62c6ec21 (patch)
treecca62722b39ed4e1221431d2564cd1212f7e6dcb
parent233ed44543c8beee4e48cb895404f4305dd5eabb (diff)
Print static vhook warning for Cygwin only when both are enabled
Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 018742efcb..5a5b8e1e04 100755
--- a/configure
+++ b/configure
@@ -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."