[Lunar-commits] CVS: moonbase/video/MPlayer CONFIGURE,1.3,1.4

Veerappan watryac04 at lunar-linux.org
Sun Feb 8 12:12:09 GMT 2004


Update of /var/cvs/lunar/moonbase/video/MPlayer
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11914

Modified Files:
	CONFIGURE 
Log Message:
The build of mencoder was breaking the compile of MPlayer on my machine 
with a 2.6.2-rc2 kernel. Since most people don't use mencoder, I made it 
an option that you can disable in the configure process.  The new 
--disable-mencoder configure flag has been tested and works just fine.


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/video/MPlayer/CONFIGURE,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- CONFIGURE	29 Mar 2003 00:28:48 -0000	1.3
+++ CONFIGURE	8 Feb 2004 12:12:07 -0000	1.4
@@ -4,6 +4,10 @@
     OPTS=$OPTS" --enable-gui"
   fi
 
+  if query "Disable building of MEncoder ?" n ; then
+    OPTS=$OPTS" --disable-mencoder"
+  fi      
+
   if query "Enable 3DFX Framebuffer support? " n ; then
     OPTS=$OPTS" --enable-tdfxfb"
   fi



More information about the Lunar-commits mailing list