changeset 16724:dcdc85f69287

work around (buggy?) solaris tr. hope this helps.. please report if its still broken
author rfelker
date Tue, 11 Oct 2005 04:37:38 +0000
parents f9cd787c8a36
children 2a7220c457a7
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Tue Oct 11 03:10:21 2005 +0000
+++ b/configure	Tue Oct 11 04:37:38 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\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