summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-12 16:59:54 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-12 16:59:54 +0000
commitcb2542950b5e495dac281ce92d4e8937a59433b4 (patch)
tree7bf0828a0980eab8036b20c7d4d092e30fbdf7bd /configure
parentdb599d82c0a801cd5bb4d0eb3a36e5aa556ab281 (diff)
downloadmpv-cb2542950b5e495dac281ce92d4e8937a59433b4.tar.bz2
mpv-cb2542950b5e495dac281ce92d4e8937a59433b4.tar.xz
Sync with latest FFmpeg build system changes:
All AMR defines now sport a CONFIG_ prefix for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19037 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure26
1 files changed, 13 insertions, 13 deletions
diff --git a/configure b/configure
index 0e5ebf3efa..b36a1882bf 100755
--- a/configure
+++ b/configure
@@ -6336,10 +6336,10 @@ if test "$_amr_nb" = auto ; then
fi
if test "$_amr_nb" = yes ; then
_amr=yes
- _def_amr='#define AMR 1'
- _def_amr_nb='#define AMR_NB 1'
+ _def_amr='#define CONFIG_AMR 1'
+ _def_amr_nb='#define CONFIG_AMR_NB 1'
else
- _def_amr_nb='#undef AMR_NB'
+ _def_amr_nb='#undef CONFIG_AMR_NB'
fi
echores "$_amr_nb"
@@ -6360,10 +6360,10 @@ if test "$_amr_nb_fixed" = auto ; then
fi
if test "$_amr_nb_fixed" = yes ; then
_amr=yes
- _def_amr='#define AMR 1'
- _def_amr_nb_fixed='#define AMR_NB_FIXED 1'
+ _def_amr='#define CONFIG_AMR 1'
+ _def_amr_nb_fixed='#define CONFIG_AMR_NB_FIXED 1'
else
- _def_amr_nb_fixed='#undef AMR_NB_FIXED'
+ _def_amr_nb_fixed='#undef CONFIG_AMR_NB_FIXED'
fi
echores "$_amr_nb_fixed"
@@ -6386,11 +6386,11 @@ if test "$_amr_wb" = auto ; then
fi
if test "$_amr_wb" = yes ; then
_amr=yes
- _def_amr='#define AMR 1'
- _def_amr_wb='#define AMR_WB 1'
+ _def_amr='#define CONFIG_AMR 1'
+ _def_amr_wb='#define CONFIG_AMR_WB 1'
_codecmodules="amr_wb $_codecmodules"
else
- _def_amr_wb='#undef AMR_WB'
+ _def_amr_wb='#undef CONFIG_AMR_WB'
_nocodecmodules="amr_wb $_nocodecmodules"
fi
echores "$_amr_wb"
@@ -7614,10 +7614,10 @@ TWOLAME_LIB=$_twolame_lib
MUSEPACK_LIB = $_ld_musepack
FAAC=$_faac
FAAC_LIB=$_ld_faac
-AMR=$_amr
-AMR_NB=$_amr_nb
-AMR_NB_FIXED=$_amr_nb_fixed
-AMR_WB=$_amr_wb
+CONFIG_AMR=$_amr
+CONFIG_AMR_NB=$_amr_nb
+CONFIG_AMR_NB_FIXED=$_amr_nb_fixed
+CONFIG_AMR_WB=$_amr_wb
`echo $_libavdecoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
`echo $_libavencoders | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`
`echo $_libavparsers | tr '[a-z] ' '[A-Z]\n' | sed 's/^/CONFIG_/;s/$/=yes/'`