diff DOCS/xml/en/codecs.xml @ 10766:57f5eb4d884f

libfaad is included now.
author diego
date Sun, 31 Aug 2003 23:13:50 +0000
parents 3ee7da8ee7d5
children 364d43cee33e
line wrap: on
line diff
--- a/DOCS/xml/en/codecs.xml	Sun Aug 31 23:13:45 2003 +0000
+++ b/DOCS/xml/en/codecs.xml	Sun Aug 31 23:13:50 2003 +0000
@@ -715,28 +715,8 @@
 <para>
 AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
 files. An open source decoder called FAAD is available from
-<ulink url="http://www.audiocoding.com"/>. You can download the second
-generation codec FAAD2 at their <ulink url="http://www.audiocoding.com/download.php">
-download page</ulink>. Unfortunately FAAD2 1.1 does not compile under Linux, so you
-will have to use the CVS version:
-<screen>
-cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
-cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
-</screen>
-You do not need all of faad2 to decode AAC files, libfaad is enough. Build
-it like this:
-<screen>
-cd faad2/
-chmod +x bootstrap
-./bootstrap
-./configure
-cd libfaad
-make
-make install
-</screen>
-Binaries are not available from audiocoding.com, but you can (apt-)get Debian
-packages from <ulink url="http://marillat.free.fr">Christian Marillat's homepage</ulink>
-and Mandrake RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink>.
+<ulink url="http://www.audiocoding.com"/>.
+MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.
 </para>
 </sect3>