aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2006-11-14 11:41:31 +0000
committerDiego Biurrun <diego@biurrun.de>2006-11-14 11:41:31 +0000
commit47404f9fd51713ed96f4133e4895c75e9b5b3d74 (patch)
tree9aabf217d9c55be696b239ffcdffcd2c99cde542 /configure
parent0e6045d77627d88d65571cbb926ebc76ecf37464 (diff)
downloadffmpeg-47404f9fd51713ed96f4133e4895c75e9b5b3d74.tar.gz
Move AMR support instructions into the documentation.
Originally committed as revision 7055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure27
1 files changed, 0 insertions, 27 deletions
diff --git a/configure b/configure
index d95a7bc89e..b69834c222 100755
--- a/configure
+++ b/configure
@@ -1767,33 +1767,6 @@ 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