[MPlayer-cvslog] CVS: main configure,1.986,1.987

Nicolas Plourde CVS syncmail at mplayerhq.hu
Wed May 4 03:19:31 CEST 2005


CVS change done by Nicolas Plourde CVS

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

Modified Files:
	configure 
Log Message:
fix sed for syntax to work on gnu & bsd

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.986
retrieving revision 1.987
diff -u -r1.986 -r1.987
--- configure	3 May 2005 16:32:13 -0000	1.986
+++ configure	4 May 2005 01:19:28 -0000	1.987
@@ -6899,7 +6899,7 @@
 AMR_NB=$_amr_nb
 AMR_NB_FIXED=$_amr_nb_fixed
 AMR_WB=$_amr_wb
-$(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes\\\n/g'`)
+`echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes/g'`
 
 # --- Some stuff for autoconfigure ----
 $_target_arch
@@ -7229,7 +7229,7 @@
 $_def_amr_wb
 
 /* Use specific codecs from libavcodec */
-$(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1\\\n/g'`)
+`echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1/g'`
 
 /* Use codec libs included in mplayer CVS / source dist: */
 $_def_mp3lib




More information about the MPlayer-cvslog mailing list