comparison DOCS/xml/en/faq.xml @ 14654:ca1f3ca346b3

Add Reimar's hint for building 32 bit MPlayer on Athlon64.
author diego
date Sat, 05 Feb 2005 14:19:42 +0000
parents f1c2f7046748
children 7422f9b6be5c
comparison
equal deleted inserted replaced
14653:c1a4c6b2b119 14654:ca1f3ca346b3
76 Are there binary (RPM/deb) packages of <application>MPlayer</application>? 76 Are there binary (RPM/deb) packages of <application>MPlayer</application>?
77 </para></question> 77 </para></question>
78 <answer><para> 78 <answer><para>
79 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link> 79 See the <link linkend="debian">Debian</link> and <link linkend="rpm">RPM</link>
80 section for details. 80 section for details.
81 </para></answer>
82 </qandaentry>
83
84 <qandaentry>
85 <question><para>
86 How can I build a 32 bit <application>MPlayer</application> on 64 bit Athlon?
87 </para></question>
88 <answer><para>
89 Try the following configure options:
90 <screen>
91 ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
92 </screen>
81 </para></answer> 93 </para></answer>
82 </qandaentry> 94 </qandaentry>
83 95
84 <qandaentry> 96 <qandaentry>
85 <question><para> 97 <question><para>