summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-04-27 02:27:00 +0000
committerDiego Biurrun <diego@biurrun.de>2006-04-27 02:27:00 +0000
commit28fff4c81bbc9171c73c7366321f9b7edb57ce0e (patch)
tree33374aea8573ed96f82c8e315935d7c71c505937 /configure
parente0fb7e5b0d600657f0ba7be2df67322a7408a45d (diff)
cosmetics
Originally committed as revision 5320 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure b/configure
index 20b6e4bbd9..0075dd2e67 100755
--- a/configure
+++ b/configure
@@ -1921,7 +1921,6 @@ if test "$amr_wb" = "yes" ; then
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"
- echo
fi
if test "$amr_nb" = "yes" ; then
@@ -1929,8 +1928,8 @@ if test "$amr_nb" = "yes" ; then
echo "AMR_NB=yes" >> config.mak
echo
if test "$amr_nb_fixed" = "yes" ; then
- echo "AMR_NB_FIXED=yes" >> config.mak
echo "#define AMR_NB_FIXED 1" >> $TMPH
+ echo "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 "
@@ -1938,14 +1937,12 @@ if test "$amr_nb_fixed" = "yes" ; then
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"
- echo
else
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/latest/Rel-5/26_series/26104-5??.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"
- echo
fi
if test "$amr_if2" = "yes" ; then