summaryrefslogtreecommitdiffstats
path: root/DOCS/en
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:13:50 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-31 23:13:50 +0000
commite52720b1fc31e968e5e22b73667e582e27a32e14 (patch)
tree3a9a4c73158f11404d19cbbff4e1482d2664898c /DOCS/en
parent7988f6bde60e8543673fc5198f9885c9dd521a87 (diff)
downloadmpv-e52720b1fc31e968e5e22b73667e582e27a32e14.tar.bz2
mpv-e52720b1fc31e968e5e22b73667e582e27a32e14.tar.xz
libfaad is included now.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10767 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/en')
-rw-r--r--DOCS/en/codecs.html29
1 files changed, 1 insertions, 28 deletions
diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html
index 7fa5215b2f..fc1134e5d6 100644
--- a/DOCS/en/codecs.html
+++ b/DOCS/en/codecs.html
@@ -456,34 +456,7 @@ MPlayer supports decoding nearly all versions of RealAudio:
<P>AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4
files. An open source decoder called FAAD is available from
<A HREF="http://www.audiocoding.com/">AudioCoding.com</A>.
- You can download the second generation codec FAAD2 at their
- <A HREF="http://www.audiocoding.com/download.php">download page</A>.
- Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use
- the CVS version:</P>
-
-<OL>
- <LI>cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login</LI>
- <LI>cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2</LI>
-</OL>
-
-<P>You do not need all of faad2 to decode AAC files, libfaad is enough. Build
- it like this:</P>
-
-<OL>
- <LI>cd faad2/</LI>
- <LI>chmod +x bootstrap</LI>
- <LI>./bootstrap</LI>
- <LI>./configure</LI>
- <LI>cd libfaad</LI>
- <LI>make</LI>
- <LI>make install</LI>
-</OL>
-
-<P>Binaries are not available from audiocoding.com, but you can (apt-)get
- Debian packages from
- <A HREF="http://marillat.free.fr/">Christian Marillat's homepage</A>
- and Mandrake RPMs from the
- <A HREF="http://plf.zarb.org/">P.L.F</A>.</P>
+ MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.</P>