[Mplayer-cvslog] CVS: main/DOCS/en codecs.html,1.124,1.125
Diego Biurrun CVS
diego at mplayerhq.hu
Tue Aug 26 11:57:00 CEST 2003
Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv15947/en
Modified Files:
codecs.html
Log Message:
libfaad installation instructions
Index: codecs.html
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/codecs.html,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- codecs.html 13 Jul 2003 15:56:16 -0000 1.124
+++ codecs.html 26 Aug 2003 09:56:28 -0000 1.125
@@ -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 at cvs.audiocoding.com:/cvsroot/faac login</LI>
<LI>cvs -z3 -d:pserver:anonymous at 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>
More information about the MPlayer-cvslog
mailing list