[Mplayer-cvslog] CVS: main configure,1.351,1.352

Alex Beregszaszi alex at mplayer.dev.hu
Sun Dec 30 20:11:13 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv18119

Modified Files:
	configure 
Log Message:
they aren't required more

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.351
retrieving revision 1.352
diff -u -r1.351 -r1.352
--- configure	30 Dec 2001 13:55:05 -0000	1.351
+++ configure	30 Dec 2001 19:11:11 -0000	1.352
@@ -2412,7 +2412,7 @@
 # mencoder requires (optional) those libs: libmp3lame and divx4linux encore
 if test "$_mencoder" != no ; then
 
-  echocheck "libmp3lame (required for mencoder)"
+  echocheck "libmp3lame (for mencoder)"
   _mp3lame=no
   cat > $TMPC <<EOF
 #include <lame/lame.h>
@@ -2428,7 +2428,7 @@
   fi
   echores "$_mp3lame"
 
-  echocheck "Divx4linux encore (required for mencoder)"
+  echocheck "Divx4linux encore (for mencoder)"
   _divx4linux_encore=no
   cat > $TMPC <<EOF
 #include <encore2.h>
@@ -2808,11 +2808,11 @@
 $_def_decore
 
 /* Indicates if Divx4linux encore is available
-   Note: REQUIRED for mencoder */
+   Note: for mencoder */
 $_def_encore
 
 /* Indicates if libmp3lame is available
-   Note: REQUIRED for mencoder */
+   Note: for mencoder */
 $_def_mp3lame
 
 /* Define libmp1e */




More information about the MPlayer-cvslog mailing list