comparison configure @ 15338:1c43b5f14ee1

force C locale to assure consistent behavior of toupper() Signed off by Ismail Donmez - ismail at kde org tr
author henry
date Wed, 04 May 2005 09:17:31 +0000
parents 48654029e6dc
children 8ed41ceead06
comparison
equal deleted inserted replaced
15337:f05f78349faf 15338:1c43b5f14ee1
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 | awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes/g'` 6902 `echo $_libavcodecs | LC_ALL=C awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes/g'`
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 | awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1/g'` 7232 `echo $_libavcodecs | LC_ALL=C awk '{$0=toupper($0)}1' | sed 'y/& /&\n/;s/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1/g'`
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