summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2006-11-14 02:07:55 +0000
committerMåns Rullgård <mans@mansr.com>2006-11-14 02:07:55 +0000
commit0676e48e302be19732cc7169779b1e7b7de296d6 (patch)
treea404dd807f41f3ea09baaff635715fb0f0e6f056 /configure
parent89ddd2a9a5c64f2fbf02b5f5ca68cf7db1d762f6 (diff)
move AMR notices next to other messages
Originally committed as revision 7036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure54
1 files changed, 27 insertions, 27 deletions
diff --git a/configure b/configure
index f68994dfa1..b2fbe4065e 100755
--- a/configure
+++ b/configure
@@ -1753,6 +1753,33 @@ else
echo "License: GPL"
fi
+if test "$amr_wb" = "yes" ; then
+ echo
+ echo "AMR WB FLOAT NOTICE ! Make sure you have downloaded TS26.204"
+ echo "V5.1.0 from "
+ echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip"
+ echo "and extracted the source to libavcodec/amrwb_float"
+fi
+
+if test "$amr_nb" = "yes" ; then
+ echo
+ echo "AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
+ echo "REL-5 V5.1.0 from "
+ echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip"
+ echo "and extracted the source to libavcodec/amr_float"
+ echo "If you try this on alpha, you may need to change Word32 to int in amr/typedef.h"
+fi
+
+if test "$amr_nb_fixed" = "yes" ; then
+ echo
+ echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
+ echo "REL-5 version 5.1.0 from "
+ echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip"
+ echo "and extracted src to libavcodec/amr"
+ echo "You must also add -DMMS_IO and remove -pedantic-errors to/from CFLAGS in libavcodec/amr/makefile."
+ echo "i.e. CFLAGS = -Wall -I. \$(CFLAGS_\$(MODE)) -D\$(VAD) -DMMS_IO"
+fi
+
echo "Creating config.mak and config.h..."
date >> config.log
@@ -2043,33 +2070,6 @@ echo "SRC_PATH=\"$source_path\"" >> config.mak
echo "SRC_PATH_BARE=$source_path" >> config.mak
echo "BUILD_ROOT=\"$PWD\"" >> config.mak
-if test "$amr_wb" = "yes" ; then
- echo
- echo "AMR WB FLOAT NOTICE ! Make sure you have downloaded TS26.204"
- echo "V5.1.0 from "
- echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip"
- echo "and extracted the source to libavcodec/amrwb_float"
-fi
-
-if test "$amr_nb" = "yes" ; then
- echo
- echo "AMR NB FLOAT NOTICE ! Make sure you have downloaded TS26.104"
- echo "REL-5 V5.1.0 from "
- echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip"
- echo "and extracted the source to libavcodec/amr_float"
- echo "If you try this on alpha, you may need to change Word32 to int in amr/typedef.h"
-fi
-
-if test "$amr_nb_fixed" = "yes" ; then
- echo
- echo "AMR NB FIXED POINT NOTICE! Make sure you have downloaded TS26.073 "
- echo "REL-5 version 5.1.0 from "
- echo "http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip"
- echo "and extracted src to libavcodec/amr"
- echo "You must also add -DMMS_IO and remove -pedantic-errors to/from CFLAGS in libavcodec/amr/makefile."
- echo "i.e. CFLAGS = -Wall -I. \$(CFLAGS_\$(MODE)) -D\$(VAD) -DMMS_IO"
-fi
-
if test "$amr_if2" = "yes" ; then
echo "AMR_CFLAGS=-DIF2=1" >> config.mak
fi