# HG changeset patch # User diego # Date 1061891818 0 # Node ID 3ee7da8ee7d55bf95188cbf3ed736ac8e1dc21f7 # Parent 517dd95f5fb239ea2f0cd18528fdfa137d0fccd2 libfaad installation instructions diff -r 517dd95f5fb2 -r 3ee7da8ee7d5 DOCS/en/codecs.html --- 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 download page. Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use - the CVS version. Here's how:

+ the CVS version:

  1. cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login
  2. cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2
  3. +
+ +

You do not need all of faad2 to decode AAC files, libfaad is enough. Build + it like this:

+ +
  1. cd faad2/
  2. chmod +x bootstrap
  3. ./bootstrap
  4. ./configure
  5. +
  6. cd libfaad
  7. make
  8. make install
diff -r 517dd95f5fb2 -r 3ee7da8ee7d5 DOCS/xml/en/codecs.xml --- 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 @@ . You can download the second generation codec FAAD2 at their download page. 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: cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2 + +You do not need all of faad2 to decode AAC files, libfaad is enough. Build +it like this: + cd faad2/ chmod +x bootstrap ./bootstrap ./configure +cd libfaad make make install