[FFmpeg-cvslog] r9310 - trunk/configure
ramiro
subversion
Thu Jun 14 18:39:44 CEST 2007
Author: ramiro
Date: Thu Jun 14 18:39:44 2007
New Revision: 9310
Log:
Print static vhook warning for Cygwin only when both are enabled
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Thu Jun 14 18:39:44 2007
@@ -1671,7 +1671,7 @@ test "$vhook" = "default" && vhook="$dlo
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."
More information about the ffmpeg-cvslog
mailing list