# HG changeset patch # User diego # Date 1062371630 0 # Node ID 57f5eb4d884f5b981a29efdea47c95f2ec361f08 # Parent c8fb7e2690a363b7a30f61c81060544aa872f7a5 libfaad is included now. diff -r c8fb7e2690a3 -r 57f5eb4d884f DOCS/en/codecs.html --- a/DOCS/en/codecs.html Sun Aug 31 23:13:45 2003 +0000 +++ b/DOCS/en/codecs.html Sun Aug 31 23:13:50 2003 +0000 @@ -456,34 +456,7 @@

AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 files. An open source decoder called FAAD is available from AudioCoding.com. - 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:

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

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

- -
    -
  1. cd faad2/
  2. -
  3. chmod +x bootstrap
  4. -
  5. ./bootstrap
  6. -
  7. ./configure
  8. -
  9. cd libfaad
  10. -
  11. make
  12. -
  13. make install
  14. -
- -

Binaries are not available from audiocoding.com, but you can (apt-)get - Debian packages from - Christian Marillat's homepage - and Mandrake RPMs from the - P.L.F.

+ MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.

diff -r c8fb7e2690a3 -r 57f5eb4d884f DOCS/xml/en/codecs.xml --- 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 @@ AAC (Advanced Audio Coding) is an audio codec sometimes found in MOV and MP4 files. An open source decoder called FAAD is available from -. 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: - -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 - -Binaries are not available from audiocoding.com, but you can (apt-)get Debian -packages from Christian Marillat's homepage -and Mandrake RPMs from the P.L.F. +. +MPlayer includes libfaad 2.0RC1, so you do not need to get it separately.