summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-10-11 17:05:51 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-10-11 17:05:51 +0000
commit184582de5aa4d204b773aeffb1eb89bf214c2ea6 (patch)
treeee908db0b488907bdadaef9895e33e10aefb0dd1 /configure
parent053dea12f27e6bb8acf6a103ef954da05419d3dc (diff)
AMR links
Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 4f5c7abcb1..a9c3ae170a 100755
--- a/configure
+++ b/configure
@@ -1424,7 +1424,7 @@ if test "$amr_nb_fixed" = "yes" ; then
echo "#define AMR_NB_FIXED 1" >> $TMPH
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/latest/Rel-5/26_series/26073-510.zip"
+ echo "http://www.3gpp.org/ftp/Specs/latest/Rel-5/26_series/26073-5??.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"
@@ -1432,7 +1432,7 @@ if test "$amr_nb_fixed" = "yes" ; then
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-510.zip"
+ 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 "and if u try this on an alpha, u may need to change Word32 to int in amr/typedef.h"
echo