From 0c8351b80f624964fe0bcbc5811b5b311e7902b9 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Apr 2007 10:27:40 +0000 Subject: [PATCH] Update download URL with a link to a working version. Originally committed as revision 8716 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/amr.c b/libavcodec/amr.c index 9c4d69994b..0a462542de 100644 --- a/libavcodec/amr.c +++ b/libavcodec/amr.c @@ -41,7 +41,7 @@ * * \subsection Fixed-point * The fixed-point (TS26.073) can be downloaded from: - * http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip. + * http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-600.zip * Extract the source into \c "ffmpeg/libavcodec/amr". * Enable it by passing \c "--enable-amr-nb-fixed" to \c "./configure". *