[SCM] libav/experimental: AMR links

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:41:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 184582de5aa4d204b773aeffb1eb89bf214c2ea6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Oct 11 17:05:51 2004 +0000

    AMR links
    
    Originally committed as revision 3579 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/configure b/configure
index 4f5c7ab..a9c3ae1 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list