[Sumover-dev] [svn commit] r4008 - vic/branches/mpeg4

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu May 3 14:24:16 BST 2007


Author: piers
Date: Thu May  3 14:25:01 2007
New Revision: 4008

Modified:
   vic/branches/mpeg4/configure.in

Log:
Updated configure.in -  --enable-gpl working properly - removed escaped commas - don't seem to be allowed in AC_ARG_ENABLE.


Modified: vic/branches/mpeg4/configure.in
==============================================================================
--- vic/branches/mpeg4/configure.in	(original)
+++ vic/branches/mpeg4/configure.in	Thu May  3 14:25:01 2007
@@ -64,7 +64,7 @@
 	exit 1
 fi
 
-AC_ARG_ENABLE(gpl,	--enable-gpl	Enable or disable  use of gpl functionality - H264\, MPEG4\,Swscale, gpl="yes", gpl="no")
+AC_ARG_ENABLE(gpl,	--enable-gpl	Enable or disable  use of gpl functionality - H264 MPEG4 Swscale, gpl="yes", gpl="no")
 if test "$gpl" = "yes" ; then
   V_DEFINE="$V_DEFINE -DHAVE_SWSCALE"
   V_OBJ="$V_OBJ codec/packetbuffer.o codec/databuffer.o \



More information about the Sumover-dev mailing list