[MPlayer-cvslog] CVS: main configure,1.990,1.991

Richard Felker CVS syncmail at mplayerhq.hu
Wed May 4 19:02:19 CEST 2005


CVS change done by Richard Felker CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv16396

Modified Files:
	configure 
Log Message:
5l to me, i didn't notice the extra quotes breaking things

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.990
retrieving revision 1.991
diff -u -r1.990 -r1.991
--- configure	4 May 2005 16:06:07 -0000	1.990
+++ configure	4 May 2005 17:02:14 -0000	1.991
@@ -1611,7 +1611,7 @@
   --enable-amr_wb)	_amr_wb=yes	;;
   --disable-amr_wb)	_amr_wb=no	;;
   --enable-codec=*)	_libavcodecs="$_libavcodecs `echo $ac_option | cut -d '=' -f 2`" ;;
-  --disable-codec=*)	_libavcodecs="`echo $_libavcodecs | sed "s/\`echo $ac_option | cut -d '=' -f 2\`//g"`" ;;
+  --disable-codec=*)	_libavcodecs=`echo $_libavcodecs | sed "s/\`echo $ac_option | cut -d '=' -f 2\`//g"` ;;
   --enable-libavformat)	_libavformat=yes;;
   --disable-libavformat)	_libavformat=no	;;
   --enable-libfame)	_fame=yes	;;




More information about the MPlayer-cvslog mailing list