From: Michael Niedermayer Date: Mon, 11 Oct 2004 17:05:51 +0000 (+0000) Subject: AMR links X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=184582de5aa4d204b773aeffb1eb89bf214c2ea6;p=ffmpeg AMR links Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/configure b/configure index 4f5c7abcb12..a9c3ae170a6 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