From 770359898c2fe166b78502d7e134b86c62c6ec21 Mon Sep 17 00:00:00 2001 From: Ramiro Polla Date: Thu, 14 Jun 2007 16:39:44 +0000 Subject: [PATCH] Print static vhook warning for Cygwin only when both are enabled Originally committed as revision 9310 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 018742e..5a5b8e1 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." -- 2.7.4