[MPlayer-cvslog] CVS: main configure,1.1075,1.1076

Richard Felker CVS syncmail at mplayerhq.hu
Tue Oct 11 06:37:41 CEST 2005


CVS change done by Richard Felker CVS

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

Modified Files:
	configure 
Log Message:
work around (buggy?) solaris tr. hope this helps.. please report if its still broken

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1075
retrieving revision 1.1076
diff -u -r1.1075 -r1.1076
--- configure	8 Oct 2005 22:28:25 -0000	1.1075
+++ configure	11 Oct 2005 04:37:38 -0000	1.1076
@@ -7027,7 +7027,7 @@
 AMR_NB=$_amr_nb
 AMR_NB_FIXED=$_amr_nb_fixed
 AMR_WB=$_amr_wb
-`echo $_libavcodecs | tr 'a-z ' 'A-Z\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
+`echo $_libavcodecs | tr a-z A-Z | tr ' ' '\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
 CONFIG_GPL=yes
 
 # --- Some stuff for autoconfigure ----
@@ -7374,7 +7374,7 @@
 $_def_amr_wb
 
 /* Use specific codecs from libavcodec */
-`echo $_libavcodecs | tr 'a-z ' 'A-Z\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
+`echo $_libavcodecs | tr a-z A-Z | tr ' ' '\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
 
 /* Use codec libs included in mplayer CVS / source dist: */
 $_def_mp3lib




More information about the MPlayer-cvslog mailing list