[MPlayer-cvslog] CVS: main configure,1.1078,1.1079
Richard Felker CVS
syncmail at mplayerhq.hu
Fri Oct 14 02:16:07 CEST 2005
CVS change done by Richard Felker CVS
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv25773
Modified Files:
configure
Log Message:
third time is lucky, eh? last workaround broke netbsd, which apparently also has a broken noncompliant implementation of tr. if it still doesn't work... blame someone else. :)
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1078
retrieving revision 1.1079
diff -u -r1.1078 -r1.1079
--- configure 11 Oct 2005 23:44:08 -0000 1.1078
+++ configure 14 Oct 2005 00:16:04 -0000 1.1079
@@ -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]' | tr ' ' '\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
+`echo $_libavcodecs | tr '[a-z] ' '[A-Z]\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]' | tr ' ' '\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
+`echo $_libavcodecs | tr '[a-z] ' '[A-Z]\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