mirror of https://git.ffmpeg.org/ffmpeg.git
AMR links
Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
053dea12f2
commit
184582de5a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue