diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-20 18:47:27 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-10-20 18:47:27 +0000 |
commit | e0025ee924b48103163e22574a836a46ebe60d0f (patch) | |
tree | 915fba99778b4b857c940ea3feec50bb9b08b2bf /DOCS | |
parent | a9e3985a3f9f0791371acac70a3850d0beee83fa (diff) |
sync w/ r20321
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20322 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/fr/codecs.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/DOCS/xml/fr/codecs.xml b/DOCS/xml/fr/codecs.xml index d50c2ac166..04b287f273 100644 --- a/DOCS/xml/fr/codecs.xml +++ b/DOCS/xml/fr/codecs.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- synced with r20318 --> +<!-- synced with r20321 --> <chapter id="codecs"> <title>Codecs Supportés</title> @@ -765,8 +765,9 @@ plateformes sans FPU (tel que <link linkend="arm">ARM</link>). </para> <para> -Pour en activer le support, compilez avec l'option de configuration -<option>--enable-mad</option> +Si vous avez une installation fonctionnelle de libmad, <filename>configure</filename> +va trouver et compiler le support du dÃcodage du son MPEG audio via +<systemitem class="library">libmad</systemitem>. </para> </sect2> @@ -854,7 +855,7 @@ Si vous utilisez gcc 3.2 qui ne peut pas compiler notre FAAD interne, ou si vous voulez utiliser une librairie externe pour d'autres raisons, téléchargez la librairie dpuis la <ulink url="http://www.audiocoding.com/download.php">page de téléchargements</ulink> -et passez <option>--enable-external-faad</option> à <filename>configure</filename>. +et 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> |