summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-26 09:56:58 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-26 09:56:58 +0000
commitabb23bf21f7211515d44961cfeb98d94c1c6d63f (patch)
tree7977f3c1c368446c65eab97f7e93ed933adf18cf /DOCS
parentf2c3dbfdeda4731e0a021df84dc73d1a7408dca5 (diff)
downloadmpv-abb23bf21f7211515d44961cfeb98d94c1c6d63f.tar.bz2
mpv-abb23bf21f7211515d44961cfeb98d94c1c6d63f.tar.xz
libfaad installation instructions
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10702 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/codecs.html9
-rw-r--r--DOCS/xml/en/codecs.xml7
2 files changed, 14 insertions, 2 deletions
diff --git a/DOCS/en/codecs.html b/DOCS/en/codecs.html
index 430bb39e75..7fa5215b2f 100644
--- a/DOCS/en/codecs.html
+++ b/DOCS/en/codecs.html
@@ -459,15 +459,22 @@ MPlayer supports decoding nearly all versions of RealAudio:
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. Here's how:</P>
+ 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>
diff --git a/DOCS/xml/en/codecs.xml b/DOCS/xml/en/codecs.xml
index 4063daa3ad..0ca8bd08e5 100644
--- a/DOCS/xml/en/codecs.xml
+++ b/DOCS/xml/en/codecs.xml
@@ -718,14 +718,19 @@ 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. Here's how:
+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>