[Mplayer-cvslog] CVS: main/DOCS/xml/en codecs.xml,1.14,1.15

Diego Biurrun CVS diego at mplayerhq.hu
Tue Aug 26 11:57:02 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var/tmp.root/cvs-serv15947/xml/en

Modified Files:
	codecs.xml 
Log Message:
libfaad installation instructions


Index: codecs.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/codecs.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- codecs.xml	14 Jul 2003 15:43:29 -0000	1.14
+++ codecs.xml	26 Aug 2003 09:56:58 -0000	1.15
@@ -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 at cvs.audiocoding.com:/cvsroot/faac login
 cvs -z3 -d:pserver:anonymous at 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>



More information about the MPlayer-cvslog mailing list