[Ffmpeg-cvslog] r6145 - trunk/configure

diego subversion
Thu Aug 31 21:02:10 CEST 2006


Author: diego
Date: Thu Aug 31 21:02:10 2006
New Revision: 6145

Modified:
   trunk/configure

Log:
The fail test needs to be outside of the GPL test, it's referenced elsewhere.
patch by Ramiro Polla, angustia (at) arrozcru (dot) no-ip (dot) org


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Aug 31 21:02:10 2006
@@ -985,10 +985,10 @@
         echo "The software scaler is under GPL and --enable-gpl is not specified."
         fail="yes"
     fi
+fi
 
-    if test "$fail" = "yes"; then
-        exit 1
-    fi
+if test "$fail" = "yes"; then
+    exit 1
 fi
 
 # compute MMX state




More information about the ffmpeg-cvslog mailing list