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

Richard Felker CVS syncmail at mplayerhq.hu
Wed May 4 18:06:10 CEST 2005


CVS change done by Richard Felker CVS

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

Modified Files:
	configure 
Log Message:
remove nonportable  and replace with proper quoting

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.989
retrieving revision 1.990
diff -u -r1.989 -r1.990
--- configure	4 May 2005 15:39:49 -0000	1.989
+++ configure	4 May 2005 16:06:07 -0000	1.990
@@ -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