comparison DOCS/xml/cs/codecs.xml @ 14999:d80f86402013

Synced with 1.59
author jheryan
date Thu, 24 Mar 2005 06:42:38 +0000
parents 997b57a6a52c
children 6311ad6e54e4
comparison
equal deleted inserted replaced
14998:520d25bd7628 14999:d80f86402013
1 <?xml version="1.0" encoding="iso-8859-2"?> 1 <?xml version="1.0" encoding="iso-8859-2"?>
2 <!-- Synced with 1.58 --> 2 <!-- Synced with 1.59 -->
3 <sect1 id="codecs"> 3 <sect1 id="codecs">
4 <title>Podporované kodeky</title> 4 <title>Podporované kodeky</title>
5 5
6 <sect2 id="video-codecs"> 6 <sect2 id="video-codecs">
7 <title>Video kodeky</title> 7 <title>Video kodeky</title>
738 <filename>configure</filename>. 738 <filename>configure</filename>.
739 Pro dekódování AAC souborů nepotřebujete celou faad2, libfaad stačí. 739 Pro dekódování AAC souborů nepotřebujete celou faad2, libfaad stačí.
740 Zkompilujete ji takto: 740 Zkompilujete ji takto:
741 <screen> 741 <screen>
742 cd faad2/ 742 cd faad2/
743 chmod +x bootstrap 743 sh bootstrap
744 ./bootstrap
745 ./configure 744 ./configure
746 cd libfaad 745 cd libfaad
747 make 746 make
748 make install 747 make install
749 </screen> 748 </screen>