summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-03 16:32:13 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-03 16:32:13 +0000
commit3157588cdcae5804e0f0b87a45e0fbd25547b7cf (patch)
tree10796c19e804bda1b868e8c4d84833945421bfef /configure
parent2fc9eee4317fb79d9ffc62e2a2e4b793ee96ec6c (diff)
downloadmpv-3157588cdcae5804e0f0b87a45e0fbd25547b7cf.tar.bz2
mpv-3157588cdcae5804e0f0b87a45e0fbd25547b7cf.tar.xz
proper list of libav codec
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15335 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index d952b78cd0..d235c64031 100755
--- a/configure
+++ b/configure
@@ -6899,7 +6899,7 @@ FAAC_LIB=$_ld_faac
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_nb_fixed
$_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