Mercurial > mplayer.hg
changeset 27651:f445847b8ec1
fix FAQ about compiling 32 bit mplayer on x86_64
Suggested by Wolfgang Knauf
author | gpoirier |
---|---|
date | Thu, 02 Oct 2008 22:15:45 +0000 |
parents | 99838ea34e55 |
children | d721cc846146 |
files | DOCS/xml/cs/faq.xml DOCS/xml/de/faq.xml DOCS/xml/en/faq.xml DOCS/xml/fr/faq.xml DOCS/xml/hu/faq.xml DOCS/xml/it/faq.xml DOCS/xml/pl/faq.xml DOCS/xml/ru/faq.xml |
diffstat | 8 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/cs/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/cs/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -110,7 +110,7 @@ <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>
--- a/DOCS/xml/de/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/de/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -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>
--- a/DOCS/xml/en/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/en/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -111,7 +111,7 @@ <answer><para> Try the following configure options: <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>
--- a/DOCS/xml/fr/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/fr/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -104,7 +104,7 @@ <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>
--- a/DOCS/xml/hu/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/hu/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -111,7 +111,7 @@ <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>
--- a/DOCS/xml/it/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/it/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -111,7 +111,7 @@ <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>
--- a/DOCS/xml/pl/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/pl/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -110,7 +110,7 @@ <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>
--- a/DOCS/xml/ru/faq.xml Wed Oct 01 17:05:46 2008 +0000 +++ b/DOCS/xml/ru/faq.xml Thu Oct 02 22:15:45 2008 +0000 @@ -108,7 +108,7 @@ <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>