summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/cs/codecs.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/xml/cs/codecs.xml b/DOCS/xml/cs/codecs.xml
index 15325674ca..403af7381b 100644
--- a/DOCS/xml/cs/codecs.xml
+++ b/DOCS/xml/cs/codecs.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-2"?>
-<!-- Synced with 1.58 -->
+<!-- Synced with 1.59 -->
<sect1 id="codecs">
<title>Podporované kodeky</title>
@@ -740,8 +740,7 @@ Pro dekódování AAC souborů nepotřebujete celou faad2, libfaad stačí.
Zkompilujete ji takto:
<screen>
cd faad2/
-chmod +x bootstrap
-./bootstrap
+sh bootstrap
./configure
cd libfaad
make