comparison DOCS/en/codecs.html @ 10701:3ee7da8ee7d5

libfaad installation instructions
author diego
date Tue, 26 Aug 2003 09:56:58 +0000
parents 4b0bab36c1c0
children 57f5eb4d884f
comparison
equal deleted inserted replaced
10700:517dd95f5fb2 10701:3ee7da8ee7d5
457 files. An open source decoder called FAAD is available from 457 files. An open source decoder called FAAD is available from
458 <A HREF="http://www.audiocoding.com/">AudioCoding.com</A>. 458 <A HREF="http://www.audiocoding.com/">AudioCoding.com</A>.
459 You can download the second generation codec FAAD2 at their 459 You can download the second generation codec FAAD2 at their
460 <A HREF="http://www.audiocoding.com/download.php">download page</A>. 460 <A HREF="http://www.audiocoding.com/download.php">download page</A>.
461 Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use 461 Unfortunately FAAD2 1.1 does not compile under Linux, so you will have to use
462 the CVS version. Here's how:</P> 462 the CVS version:</P>
463 463
464 <OL> 464 <OL>
465 <LI>cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login</LI> 465 <LI>cvs -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac login</LI>
466 <LI>cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2</LI> 466 <LI>cvs -z3 -d:pserver:anonymous@cvs.audiocoding.com:/cvsroot/faac co faad2</LI>
467 </OL>
468
469 <P>You do not need all of faad2 to decode AAC files, libfaad is enough. Build
470 it like this:</P>
471
472 <OL>
467 <LI>cd faad2/</LI> 473 <LI>cd faad2/</LI>
468 <LI>chmod +x bootstrap</LI> 474 <LI>chmod +x bootstrap</LI>
469 <LI>./bootstrap</LI> 475 <LI>./bootstrap</LI>
470 <LI>./configure</LI> 476 <LI>./configure</LI>
477 <LI>cd libfaad</LI>
471 <LI>make</LI> 478 <LI>make</LI>
472 <LI>make install</LI> 479 <LI>make install</LI>
473 </OL> 480 </OL>
474 481
475 <P>Binaries are not available from audiocoding.com, but you can (apt-)get 482 <P>Binaries are not available from audiocoding.com, but you can (apt-)get