diff DOCS/xml/ru/faq.xml @ 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 305dc504c407
children 24d346bac64f
line wrap: on
line diff
--- 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>