diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2011-01-01 14:27:41 +0000 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2011-01-31 16:00:58 +0200 |
commit | 42ed53f221dc6570b7f6e05ef93f38b7457a68d8 (patch) | |
tree | 457bc346edf64f3affb2bee9870c106fc03f866c /DOCS | |
parent | f6fb536f87e687a4aacca75dd9ad1c7b71ffa731 (diff) | |
download | mpv-42ed53f221dc6570b7f6e05ef93f38b7457a68d8.tar.bz2 mpv-42ed53f221dc6570b7f6e05ef93f38b7457a68d8.tar.xz |
libfaad2:/ Remove forked internal libfaad2 copy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32741 b3059339-0415-0410-9bf9-f77b7e298cf2
Remove AAC/FAAD2 installation instructions.
There is nothing special about building and installing FAAD2, so there is
no longer a need to keep maintaining instructions for it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32742 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/cs/install.xml | 37 | ||||
-rw-r--r-- | DOCS/xml/de/install.xml | 37 | ||||
-rw-r--r-- | DOCS/xml/en/install.xml | 34 | ||||
-rw-r--r-- | DOCS/xml/es/install.xml | 35 | ||||
-rw-r--r-- | DOCS/xml/fr/install.xml | 28 | ||||
-rw-r--r-- | DOCS/xml/hu/install.xml | 33 | ||||
-rw-r--r-- | DOCS/xml/it/install.xml | 34 | ||||
-rw-r--r-- | DOCS/xml/pl/install.xml | 38 | ||||
-rw-r--r-- | DOCS/xml/ru/install.xml | 34 |
9 files changed, 0 insertions, 310 deletions
diff --git a/DOCS/xml/cs/install.xml b/DOCS/xml/cs/install.xml index 571f8ae9ba..ba7fe732de 100644 --- a/DOCS/xml/cs/install.xml +++ b/DOCS/xml/cs/install.xml @@ -432,43 +432,6 @@ Now rerun <filename>./configure</filename> for <!-- ********** --> -<sect2 id="aac"> -<title>Kodek AAC</title> - -<para> -AAC (Advanced Audio Coding) je audio kodek, který lze občas nalézt v MOV a -MP4 souborech. Open source dekodér jménem FAAD je k dispozici na -<ulink url="http://www.audiocoding.com"/>. -<application>MPlayer</application> obsahuje CVS obraz libfaad 2.1 beta, -takže jej nemusíte stahovat dodatečně. -</para> - -<para> -Pokud používáte gcc 3.2 které nedokáže zkompilovat naši zabudovanou FAAD, -nebo chcete použít externí knihovnu z jiných důvodů, stáhněte si ji z -<ulink url="http://www.audiocoding.com/modules/mydownloads/">download stránky</ulink> -a předejte volbu <option>--enable-faad-external</option> skriptu -<filename>./configure</filename>. -Pro dekódování AAC souborů nepotřebujete celou faad2, libfaad stačí. -Zkompilujete ji takto: -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -Binárky na audiocoding.com nenajdete, ale můžete si je opatřit v balíčcích pro -Debian z -<ulink url="http://www.debian-multimedia.org/">domácí stránky Christiana Marillata</ulink>, -Mandrake/Mandriva RPM z <ulink url="http://plf.zarb.org">P.L.F</ulink> -a Fedora RPM ze stránek <ulink url="http://rpm.livna.org/">Livna</ulink>. -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>AMR kodeky</title> diff --git a/DOCS/xml/de/install.xml b/DOCS/xml/de/install.xml index 7a0e7a940b..0de6409eb6 100644 --- a/DOCS/xml/de/install.xml +++ b/DOCS/xml/de/install.xml @@ -472,43 +472,6 @@ make install</screen> </sect2> - <sect2 id="aac"> - <title>AAC Codec</title> - <para> - AAC (Advanced Audio Coding) ist ein Audiocodec, der vorwiegend - in MOV- und MP4-Dateien vorkommt. Ein Open-Source-Decoder namens - FAAD ist auf <ulink url="http://www.audiocoding.com"/> - verfügbar. <application>MPlayer</application> enthält - eine CVS Version von libfaad 2.1 beta, so dass es nicht extra - installiert werden muss. - </para> - - <para> - Um die externe FAAD-Bibliothek verwenden zu können (z.B. um mit gcc 3.2 - compilieren zu können, der die interne Version nicht übersetzt), muss - die Bibliothek von der - <ulink url="http://www.audiocoding.com/modules/mydownloads/">Download Seite</ulink> - heruntergeladen und installiert werden. Anschließend muss die Option - <option>--enable-faad-external</option> an <filename>./configure</filename> - übergeben werden, damit die externe Bibliothek erkannt wird. - Es ist lediglich erforderlich, vorher libfaad zu installieren, und zwar so: - <screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install<!-- - --></screen> - Binärpakete sind auf audiocoding.com nicht erhältlich, Debian-Pakete - können aber mit (apt-)get von - <ulink url="http://www.debian-multimedia.org/">Christian Marillat's Homepage</ulink>, Mandrake/Mandriva RPMs von - <ulink url="http://plf.zarb.org">P.L.F</ulink> und RedHat RPMs - von <ulink url="http://greysector.rangers.eu.org/">Grey Sector</ulink> - heruntergeladen werden. - </para> - </sect2> - <sect2 id="amr"> <title>AMR Codecs</title> <para> diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml index f10f766313..1ab56f1cc4 100644 --- a/DOCS/xml/en/install.xml +++ b/DOCS/xml/en/install.xml @@ -410,40 +410,6 @@ Now rerun <filename>./configure</filename> for <!-- ********** --> -<sect2 id="aac"> -<title>AAC</title> - -<para> -An open source AAC decoder called FAAD2 is available from -<ulink url="http://www.audiocoding.com/downloads.html"/>. -<application>MPlayer</application> includes a copy of it in its source tree. -If you want to use the external library instead, install it and pass -<option>--enable-faad-external</option> to <filename>./configure</filename>. -</para> - -<para> -FAAD2 binaries are not available from audiocoding.com, but you can (apt-)get -Debian packages from -<ulink url="http://www.debian-multimedia.org/">Christian Marillat</ulink>, -Mandrake/Mandriva RPMs from the <ulink url="http://plf.zarb.org">P.L.F</ulink> -and Fedora/CentOS/RHEL RPMs from <ulink url="http://rpmfusion.org/">RPMFusion</ulink>. -</para> -<para> -If you choose to build from source, you do not need all of FAAD2 to decode -AAC files, libfaad is enough. Build it like this: -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>AMR</title> diff --git a/DOCS/xml/es/install.xml b/DOCS/xml/es/install.xml index a940d94cd5..13be8f993c 100644 --- a/DOCS/xml/es/install.xml +++ b/DOCS/xml/es/install.xml @@ -648,41 +648,6 @@ tengan el mismo origen. </procedure> </sect2> -<!-- ********** --> - -<sect2 id="aac"> -<title>AAC</title> -<para> -AAC (Codificación Avanzada de Audio) es un codec de audio que algunas veces -se encuentra en archivos MOV y MP4. Un decodificador llamado FAAD de código -abierto está disponible en -<ulink url="http://www.audiocoding.com"/>. -<application>MPlayer</application> incluye libfaad 2.0RC1, por lo que no -necesita obtenerlo por separado. -</para> - -<para> -Si usa gcc 3.2 y falla al compilar nuestro FAAD interno o desea usar la -biblioteca externa por alguna otra razón, descargue la biblioteca desde la -<ulink url="http://www.audiocoding.com/download.php">página de descargas</ulink> -y pase la opción <option>--enable-external-faad</option> a <filename>configure</filename>. -No necesita todo el faad2 para decodificar archivos AAC, libfaad es suficiente. -Constrúyalo como sigue: -<screen>cd faad2/ -chmod +x bootstrap -./bootstrap -./configure -cd libfaad -make -make install -</screen> -No hay binarios disponibles en audiocoding.com, pero puede apetegetear paquetes Debian -desde <ulink url="http://marillat.free.fr">la página personal de Christian Marillat</ulink>, -paquetes RPM para Mandrake desde la <ulink url="http://plf.zarb.org">P.L.F.</ulink> y RPMs -para Red Hat en <ulink url="http://greysector.rangers.eu.org/">Grey Sector</ulink>. -</para> -</sect2> - </sect1> diff --git a/DOCS/xml/fr/install.xml b/DOCS/xml/fr/install.xml index 8ebbc64c77..46299bb464 100644 --- a/DOCS/xml/fr/install.xml +++ b/DOCS/xml/fr/install.xml @@ -422,34 +422,6 @@ Now rerun <filename>./configure</filename> for <systemitem class="library">x264</systemitem> support. </para> </sect2> -<!-- ********** --> - -<sect2 id="aac"> -<title>Codec AAC</title> -<para> -Un décodeur open source appelé FAAD est disponible sur -<ulink url="http://www.audiocoding.com/downloads.html"/>. -<application>MPlayer</application> inclus une copie, vous n'avez donc pas -à l'obtenir séparemment. -Si vous voulez utiliser une librairie externe, passez -<option>--enable-faad-external</option> à <filename>./configure</filename>. -Vous n'avez pas besoin de tout faad2 pour décoder les fichiers AAC, libfaad suffit. -Construisez comme ceci : -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -Les binaires ne sont pas disponibles sur audiocoding.com, mais vous pouvez -obtenir les paquets Debian sur la -<ulink url="http://www.debian-multimedia.org/">page web de Christian Marillat</ulink>, -les RPMs Mandrake/Mandriva sur le <ulink url="http://plf.zarb.org">P.L.F</ulink> et les RPMS -Fedora sur <ulink url="http://rpm.livna.org/">Livna</ulink>. -</para> -</sect2> <!-- ********** --> diff --git a/DOCS/xml/hu/install.xml b/DOCS/xml/hu/install.xml index 6b111569ec..012707dcf2 100644 --- a/DOCS/xml/hu/install.xml +++ b/DOCS/xml/hu/install.xml @@ -434,39 +434,6 @@ az <application>MPlayer</application>be belekerüljön az <!-- ********** --> -<sect2 id="aac"> -<title>AAC</title> - -<para> -Egy FAAD2-nek hívott nyílt forráskódú AAC dekódoló elérhető itt: -<ulink url="http://www.audiocoding.com/downloads.html"/>. -Az <application>MPlayer</application> tartalmaz egy másolatot a forrásfájában. -Ha inkább a külső függvénykönyvtárat használnád, telepítsd és add meg a -<option>--enable-faad-external</option> kapcsolót a <filename>./configure</filename>-nak. -</para> - -<para> -FAAD2 binárisok nem tölthetőek le az audiocoding.com-ról, de (apt-)get-tel -telepítheted <ulink url="http://www.debian-multimedia.org/">Christian Marillat</ulink> Debian csomagjait, -vagy Mandrake/Mandriva RPM-et a <ulink url="http://plf.zarb.org">P.L.F</ulink>-ről, -Fedora/CentOS/RHEL RPM-et pedig az <ulink url="http://rpmfusion.org/">RPMFusion</ulink>-ról. -</para> -<para> -Ha úgy döntesz, hogy forrásból fordítasz, nem kell a teljes FAAD2 az AAC fájlok -dekódolásához, elég a libfaad. Így készítsd el: -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>AMR</title> diff --git a/DOCS/xml/it/install.xml b/DOCS/xml/it/install.xml index a237d6da99..5dcc1a595b 100644 --- a/DOCS/xml/it/install.xml +++ b/DOCS/xml/it/install.xml @@ -435,40 +435,6 @@ Poi riesegui <filename>./configure</filename> affinché <!-- ********** --> -<sect2 id="aac"> -<title>AAC</title> - -<para> -E' disponibile da <ulink url="http://www.audiocoding.com/downloads.html"/> un -decodificatore open source che si chiama FAAD2. -<application>MPlayer</application> ne include una copia nei suoi sorgenti. -Se vuoi usare la libreria esterna per qualche altra ragione, installala e passa -<option>--enable-faad-external</option> a <filename>./configure</filename>. -</para> - -<para> -Gli eseguibili di FAAD2 non sono disponibili da audiocoding.com, ma puoi -ottenere con apt(-get) i pacchetti Debian da -<ulink url="http://www.debian-multimedia.org/">Christian Marillat</ulink>, -gli RPM per Mandrake/Mandriva da <ulink url="http://plf.zarb.org">P.L.F</ulink> -e quelli per Fedora da <ulink url="http://rpm.livna.org/">Livna</ulink>. -</para> -<para> -Se decidi di compilarli dai sorgenti, non ti serve tutto di faad2 per -decodificare i file AAC, ti basta libfaad. Compilala così: -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>AMR</title> diff --git a/DOCS/xml/pl/install.xml b/DOCS/xml/pl/install.xml index 531c011675..c611284876 100644 --- a/DOCS/xml/pl/install.xml +++ b/DOCS/xml/pl/install.xml @@ -462,44 +462,6 @@ Now rerun <filename>./configure</filename> for <!-- ********** --> -<sect2 id="aac"> -<title>Kodek AAC</title> - -<para> -AAC (Advanced Audio Coding) jest kodekiem audio spotykanym czasami w plikach -MOV i MP4. Otwarty dekoder nazywany FAAD dostępny jest na stronie -<ulink url="http://www.audiocoding.com"/>. -<application>MPlayer</application> zawiera migawkę CVS z -libfaad 2.1beta, więc nie musisz ściągać go oddzielnie. -</para> - -<para> -Jeżeli używasz gcc 3.2, który ma kłopoty z kompilacją wbudowanej wersji -FAAD lub chcesz z jakichś powodów użyć zewnętrznej biblioteki, -ściągnij ją z -<ulink url="http://www.audiocoding.com/modules/mydownloads/">tej strony</ulink> -i dodaj opcję <option>--enable-external-faad</option> do -<filename>./configure</filename>. Nie potrzebujesz całego faad2 do dekodowanie -plików AAC. Wystarczy użyć samej biblioteki libfaad. Zbudujesz ją w następujący -sposób -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -Wersje binarne nie są dostępne na stronie audiocoding.com, ale możesz -ściągnąć (apt-getem) Debianowe paczki ze -<ulink url="http://www.debian-multimedia.org/">strony domowej Christiana Marillata</ulink>, -RPM-y dla Mandrake/Mandriva ze strony <ulink url="http://plf.zarb.org">P.L.F</ulink>, -a RPM-y dla Fedory z <ulink url="http://rpm.livna.org/">Livna</ulink>. -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>Kodeki AMR</title> diff --git a/DOCS/xml/ru/install.xml b/DOCS/xml/ru/install.xml index f6c61e73c6..1c5fe3e74d 100644 --- a/DOCS/xml/ru/install.xml +++ b/DOCS/xml/ru/install.xml @@ -436,40 +436,6 @@ Now rerun <filename>./configure</filename> for <!-- ********** --> -<sect2 id="aac"> -<title>AAC кодек</title> -<para> -AAC (Advanced Audio Coding) - это кодек, иногда обнаруживаемый в MOV и MP4 -файлах. Декодер с открытым исходным кодом, называемый FAAD, доступен с -<ulink url="http://www.audiocoding.com"/>. -<application>MPlayer</application> включает в себя CVS версию libfaad 2.1 beta, поэтому -Вам ничего не нужно дополнительно скачивать. -</para> - -<para> -Если Вы используете gcc 3.2, который не может скомпилировать встроенный FAAD, -или просто хотите использовать внешнюю библиотеку, скачаете её с -<ulink url="http://www.audiocoding.com/download.php">страницы загрузок</ulink> -и укажите <filename>./configure</filename> <option>--enable-faad-external</option>. -Вам не нужен весь faad2, чтобы декодировать AAC файлы, достаточно libfaad. -Вот как Вы можете её собрать: -<screen> -cd faad2/ -sh bootstrap -./configure -cd libfaad -make -make install -</screen> -Бинарники отсутствуют на audiocoding.com, но вы можете скачать (apt-get) Debian -пакеты с <ulink url="http://marillat.free.fr">домашней страницы Christian Marillat</ulink>, -Mandrake RPM'ники с <ulink url="http://plf.zarb.org">P.L.F</ulink> и RedHat RPM'ники -с <ulink url="http://rpm.livna.org/">Livna</ulink>. -</para> -</sect2> - -<!-- ********** --> - <sect2 id="amr"> <title>AMR кодеки</title> <para> |