[MPlayer-translations] r27683 - in trunk/DOCS/xml: cs/faq.xml de/faq.xml en/faq.xml fr/faq.xml hu/faq.xml it/faq.xml pl/faq.xml ru/faq.xml
gpoirier
subversion at mplayerhq.hu
Fri Oct 3 00:15:46 CEST 2008
Author: gpoirier
Date: Fri Oct 3 00:15:45 2008
New Revision: 27683
Log:
fix FAQ about compiling 32 bit mplayer on x86_64
Suggested by Wolfgang Knauf
Modified:
trunk/DOCS/xml/cs/faq.xml
trunk/DOCS/xml/de/faq.xml
trunk/DOCS/xml/fr/faq.xml
trunk/DOCS/xml/hu/faq.xml
trunk/DOCS/xml/it/faq.xml
trunk/DOCS/xml/pl/faq.xml
trunk/DOCS/xml/ru/faq.xml
Changes in other areas also in this revision:
Modified:
trunk/DOCS/xml/en/faq.xml
Modified: trunk/DOCS/xml/cs/faq.xml
==============================================================================
--- trunk/DOCS/xml/cs/faq.xml (original)
+++ trunk/DOCS/xml/cs/faq.xml Fri Oct 3 00:15:45 2008
@@ -110,7 +110,7 @@ Athlonu?
<answer><para>
Vyzkoušejte následující volby configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
Modified: trunk/DOCS/xml/de/faq.xml
==============================================================================
--- trunk/DOCS/xml/de/faq.xml (original)
+++ trunk/DOCS/xml/de/faq.xml Fri Oct 3 00:15:45 2008
@@ -143,7 +143,7 @@
<answer>
<para>
Probiere folgende configure-Optionen:
- <screen>/configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
+ <screen>/configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
</para>
</answer>
</qandaentry>
Modified: trunk/DOCS/xml/fr/faq.xml
==============================================================================
--- trunk/DOCS/xml/fr/faq.xml (original)
+++ trunk/DOCS/xml/fr/faq.xml Fri Oct 3 00:15:45 2008
@@ -104,7 +104,7 @@ Comment puis-je "build" un <application>
<answer><para>
Essayer les options de configuration suivantes:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
Modified: trunk/DOCS/xml/hu/faq.xml
==============================================================================
--- trunk/DOCS/xml/hu/faq.xml (original)
+++ trunk/DOCS/xml/hu/faq.xml Fri Oct 3 00:15:45 2008
@@ -111,7 +111,7 @@ Hogyan fordíthatok 32 bites <applicatio
<answer><para>
Próbáld meg a következő configure kapcsolókkal:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
Modified: trunk/DOCS/xml/it/faq.xml
==============================================================================
--- trunk/DOCS/xml/it/faq.xml (original)
+++ trunk/DOCS/xml/it/faq.xml Fri Oct 3 00:15:45 2008
@@ -111,7 +111,7 @@ Come posso compilare <application>MPlaye
<answer><para>
Prova le seguenti opzioni di configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
Modified: trunk/DOCS/xml/pl/faq.xml
==============================================================================
--- trunk/DOCS/xml/pl/faq.xml (original)
+++ trunk/DOCS/xml/pl/faq.xml Fri Oct 3 00:15:45 2008
@@ -110,7 +110,7 @@ bitowym Athlonie?
<answer><para>
Zastosuj następujące opcje konfiguracyjne.
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
Modified: trunk/DOCS/xml/ru/faq.xml
==============================================================================
--- trunk/DOCS/xml/ru/faq.xml (original)
+++ trunk/DOCS/xml/ru/faq.xml Fri Oct 3 00:15:45 2008
@@ -108,7 +108,7 @@ while reloading 'asm'</systemitem>.
<answer><para>
Попробуйте следующие опции configure:
<screen>
-./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
</screen>
</para></answer>
</qandaentry>
More information about the MPlayer-translations
mailing list