changeset 16759:4fe8f21fd1da

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. :)
author rfelker
date Fri, 14 Oct 2005 00:16:04 +0000
parents dbe5207f8c92
children 5ce7bc671362
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Oct 13 22:41:30 2005 +0000
+++ b/configure	Fri Oct 14 00:16:04 2005 +0000
@@ -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