[FFmpeg-cvslog] r9311 - trunk/configure

ramiro subversion
Thu Jun 14 18:40:55 CEST 2007


Author: ramiro
Date: Thu Jun 14 18:40:55 2007
New Revision: 9311

Log:
Print static vhook warning for Cygwin and MinGW

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun 14 18:40:55 2007
@@ -1671,10 +1671,10 @@ test "$vhook" = "default" && vhook="$dlo
 
 enabled_any vhook liba52bin libfaadbin ffserver && add_extralibs $ldl
 
-if test "$targetos" = cygwin && enabled_all static vhook ; then
+if test "$targetos" = cygwin -o "$targetos" = mingw32 && enabled_all static vhook ; then
     vhook="no"
     echo
-    echo "At the moment vhooks don't work on Cygwin static builds."
+    echo "At the moment vhooks don't work on Cygwin or MinGW static builds."
     echo "Patches welcome."
     echo
 fi




More information about the ffmpeg-cvslog mailing list