changeset 23082:8d037130edc5

Update AMR instructions.
author diego
date Mon, 23 Apr 2007 22:34:33 +0000
parents ec3250bb1037
children 35d6439d1e57
files DOCS/xml/en/codecs.xml
diffstat 1 files changed, 3 insertions(+), 19 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml	Mon Apr 23 17:40:25 2007 +0000
+++ b/DOCS/xml/en/codecs.xml	Mon Apr 23 22:34:33 2007 +0000
@@ -534,25 +534,9 @@
 Reference implementation is available from
 <ulink url="http://www.3gpp.org">The 3rd Generation Partnership Project</ulink>
 (free for private use).
-</para>
-
-<para>
-To enable support, download the sources for
-<ulink url="http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26104-610.zip">AMR-NB</ulink>
-and
-<ulink url="http://www.3gpp.org/ftp/Specs/latest/Rel-6/26_series/26204-600.zip">AMR-WB</ulink>
-codecs, put them in the directory where you unpacked the
-<application>MPlayer</application> source and run the following commands:
-<screen>
-unzip 26104-610.zip
-unzip 26104-610_ANSI_C_source_code.zip
-mv c-code libavcodec/amr_float
-unzip 26204-600.zip
-unzip 26204-600_ANSI-C_source_code.zip
-mv c-code libavcodec/amrwb_float
-</screen>
-After that, follow the usual <application>MPlayer</application>
-<link linkend="features">build procedure</link>.
+To enable support, download and install support libraries for
+<ulink url="http://www.penguin.cz/~utx/amr">AMR-NB and AMR-WB</ulink>
+following the instructions on that page.
 </para>
 </sect2>