# HG changeset patch # User nplourde # Date 1115137933 0 # Node ID bdf8d3a18cdd47774d577f08d109c935b0661d1c # Parent 57fdc519972f0d49296bd5820d74d668e6906957 proper list of libav codec diff -r 57fdc519972f -r bdf8d3a18cdd configure --- a/configure Tue May 03 11:16:35 2005 +0000 +++ b/configure Tue May 03 16:32:13 2005 +0000 @@ -6899,7 +6899,7 @@ AMR_NB=$_amr_nb AMR_NB_FIXED=$_amr_nb_fixed AMR_WB=$_amr_wb -`echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/ \?\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes\n/g'` +$(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/CONFIG_\1=yes\\\n/g'`) # --- Some stuff for autoconfigure ---- $_target_arch @@ -7229,7 +7229,7 @@ $_def_amr_wb /* Use specific codecs from libavcodec */ -`echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/ \?\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1\n/g'` +$(echo -e `echo $_libavcodecs | awk '{$0=toupper($0)}1' | sed 's/\([-_a-zA-Z0-9]*\)/#define CONFIG_\1 1\\\n/g'`) /* Use codec libs included in mplayer CVS / source dist: */ $_def_mp3lib