comparison configure @ 15340:8ed41ceead06

1000000000l for using nonportable, obfuscated, and even locale-dependent commands to do the equivalent of the most basic unix text processing command, tr. finally this is fixed in a way that works on all systems with no hacks. *sigh*
author rfelker
date Wed, 04 May 2005 15:39:49 +0000
parents 1c43b5f14ee1
children ca5d4c1301c7
comparison
equal deleted inserted replaced
15339:606d1aac2d85 15340:8ed41ceead06
6897 FAAC=$_faac 6897 FAAC=$_faac
6898 FAAC_LIB=$_ld_faac 6898 FAAC_LIB=$_ld_faac
6899 AMR_NB=$_amr_nb 6899 AMR_NB=$_amr_nb
6900 AMR_NB_FIXED=$_amr_nb_fixed 6900 AMR_NB_FIXED=$_amr_nb_fixed
6901 AMR_WB=$_amr_wb 6901 AMR_WB=$_amr_wb
6902 `echo $_libavcodecs | LC_ALL=C awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes/g'` 6902 `echo $_libavcodecs | tr 'a-z ' 'A-Z\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
6903 6903
6904 # --- Some stuff for autoconfigure ---- 6904 # --- Some stuff for autoconfigure ----
6905 $_target_arch 6905 $_target_arch
6906 $_confwin32 6906 $_confwin32
6907 TARGET_CPU=$iproc 6907 TARGET_CPU=$iproc
7227 $_def_amr_nb 7227 $_def_amr_nb
7228 $_def_amr_nb_fixed 7228 $_def_amr_nb_fixed
7229 $_def_amr_wb 7229 $_def_amr_wb
7230 7230
7231 /* Use specific codecs from libavcodec */ 7231 /* Use specific codecs from libavcodec */
7232 `echo $_libavcodecs | LC_ALL=C awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1/g'` 7232 `echo $_libavcodecs | tr 'a-z ' 'A-Z\n' | sed 's/^/#define CONFIG_/;s/$/ 1/'`
7233 7233
7234 /* Use codec libs included in mplayer CVS / source dist: */ 7234 /* Use codec libs included in mplayer CVS / source dist: */
7235 $_def_mp3lib 7235 $_def_mp3lib
7236 $_def_liba52 7236 $_def_liba52
7237 $_def_libdts 7237 $_def_libdts