diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-23 22:34:33 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-04-23 22:34:33 +0000 |
commit | c576cd0a81840264571a9dc67d54652f1e900a74 (patch) | |
tree | d0959adc08141ee9a3581103bc7c97ca7756c6d1 /DOCS/xml/en | |
parent | 0caed087debfe5442295acb04b3b7a745627ef24 (diff) |
Update AMR instructions.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23100 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en')
-rw-r--r-- | DOCS/xml/en/codecs.xml | 22 |
1 files changed, 3 insertions, 19 deletions
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml index 24d60aa73f..35f23e7884 100644 --- a/DOCS/xml/en/codecs.xml +++ b/DOCS/xml/en/codecs.xml @@ -534,25 +534,9 @@ phones. 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> |