[Sumover-dev] [svn commit] r4007 - vic/branches/mpeg4
    sumover-dev at cs.ucl.ac.uk 
    sumover-dev at cs.ucl.ac.uk
       
    Thu May  3 14:20:00 BST 2007
    
    
  
Author: piers
Date: Thu May  3 14:19:06 2007
New Revision: 4007
Modified:
   vic/branches/mpeg4/configure
Log:
Fixed operation of configure --enable-gpl - Just some problems with commas in the configure.in script.
Modified: vic/branches/mpeg4/configure
==============================================================================
--- vic/branches/mpeg4/configure	(original)
+++ vic/branches/mpeg4/configure	Thu May  3 14:19:06 2007
@@ -1298,7 +1298,7 @@
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
 --enable-debug		build with debugging enabled
 --enable-ipv6		build with ipv6 enabled
---enable-gpl	Enable or disable  use of gpl functionality - H264\
+--enable-gpl	Enable or disable  use of gpl functionality - H264 MPEG4 Swscale
 --disable-ffmpeg-co	Enable or disable ffmpeg svn checkout
 --disable-x264-co      Enable or disable x264 svn checkout
 --disable-cpudetect     Enable or disable runtime cpu detection
@@ -5162,9 +5162,9 @@
 
 # Check whether --enable-gpl was given.
 if test "${enable_gpl+set}" = set; then
-  enableval=$enable_gpl; MPEG4\
+  enableval=$enable_gpl; gpl="yes"
 else
-  Swscale
+  gpl="no"
 fi
 
 if test "$gpl" = "yes" ; then
    
    
More information about the Sumover-dev
mailing list