changeset 10701:3ee7da8ee7d5

libfaad installation instructions
author diego
date Tue, 26 Aug 2003 09:56:58 +0000
parents 517dd95f5fb2
children 463f7b70a494
files DOCS/en/codecs.html DOCS/xml/en/codecs.xml
diffstat 2 files changed, 14 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/en/codecs.html	Tue Aug 26 09:49:45 2003 +0000
+++ b/DOCS/en/codecs.html	Tue Aug 26 09:56:58 2003 +0000
@@ -459,15 +459,22 @@
   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>
--- a/DOCS/xml/en/codecs.xml	Tue Aug 26 09:49:45 2003 +0000
+++ b/DOCS/xml/en/codecs.xml	Tue Aug 26 09:56:58 2003 +0000
@@ -718,14 +718,19 @@
 <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>