summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-07-12 16:49:14 +0000
committerMåns Rullgård <mans@mansr.com>2006-07-12 16:49:14 +0000
commit6636b7e8e32121eec732778cf58a81574f618bb9 (patch)
treed56cb6c34d42d1b86849465830d4adac33e573aa /configure
parent8515d1c846c982daabb6199b4a794505c54aa0dc (diff)
downloadffmpeg-streaming-6636b7e8e32121eec732778cf58a81574f618bb9.zip
ffmpeg-streaming-6636b7e8e32121eec732778cf58a81574f618bb9.tar.gz
rename AMR config variables to CONFIG_AMR*
Originally committed as revision 5725 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure16
1 files changed, 8 insertions, 8 deletions
diff --git a/configure b/configure
index 44b1af4..c875ae4 100755
--- a/configure
+++ b/configure
@@ -2066,13 +2066,13 @@ echo "SRC_PATH=$source_path" >> config.mak
echo "BUILD_ROOT=$PWD" >> config.mak
if test "$amr" = "yes" ; then
- echo "#define AMR 1" >> $TMPH
- echo "AMR=yes" >> config.mak
+ echo "#define CONFIG_AMR 1" >> $TMPH
+ echo "CONFIG_AMR=yes" >> config.mak
fi
if test "$amr_wb" = "yes" ; then
- echo "#define AMR_WB 1" >> $TMPH
- echo "AMR_WB=yes" >> config.mak
+ echo "#define CONFIG_AMR_WB 1" >> $TMPH
+ echo "CONFIG_AMR_WB=yes" >> config.mak
echo
echo "AMR WB FLOAT NOTICE ! Make sure you have downloaded TS26.204"
echo "V5.1.0 from "
@@ -2081,8 +2081,8 @@ if test "$amr_wb" = "yes" ; then
fi
if test "$amr_nb" = "yes" ; then
- echo "#define AMR_NB 1" >> $TMPH
- echo "AMR_NB=yes" >> config.mak
+ echo "#define CONFIG_AMR_NB 1" >> $TMPH
+ echo "CONFIG_AMR_NB=yes" >> config.mak
echo
echo "AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
echo "REL-5 V5.1.0 from "
@@ -2092,8 +2092,8 @@ if test "$amr_nb" = "yes" ; then
fi
if test "$amr_nb_fixed" = "yes" ; then
- echo "#define AMR_NB_FIXED 1" >> $TMPH
- echo "AMR_NB_FIXED=yes" >> config.mak
+ echo "#define CONFIG_AMR_NB_FIXED 1" >> $TMPH
+ echo "CONFIG_AMR_NB_FIXED=yes" >> config.mak
echo
echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
echo "REL-5 version 5.1.0 from "
OpenPOWER on IntegriCloud