comparison configure @ 15334:bdf8d3a18cdd

proper list of libav codec
author nplourde
date Tue, 03 May 2005 16:32:13 +0000
parents 57fdc519972f
children 48654029e6dc
comparison
equal deleted inserted replaced
15333:57fdc519972f 15334:bdf8d3a18cdd
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 's/ \?\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes\n/g'` 6902 $(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes\\\n/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 's/ \?\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1\n/g'` 7232 $(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1\\\n/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