[MPlayer-DOCS] CVS: main/DOCS/xml/en faq.xml,1.60,1.61

Diego Biurrun CVS syncmail at mplayerhq.hu
Sat Feb 5 15:19:44 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/main/DOCS/xml/en
In directory mail:/var2/tmp/cvs-serv24730/en

Modified Files:
	faq.xml 
Log Message:
Add Reimar's hint for building 32 bit MPlayer on Athlon64.


Index: faq.xml
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/en/faq.xml,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- faq.xml	30 Jan 2005 23:51:18 -0000	1.60
+++ faq.xml	5 Feb 2005 14:19:42 -0000	1.61
@@ -83,6 +83,18 @@
 
 <qandaentry>
 <question><para>
+How can I build a 32 bit <application>MPlayer</application> on 64 bit Athlon?
+</para></question>
+<answer><para>
+Try the following configure options:
+<screen>
+./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+</screen>
+</para></answer>
+</qandaentry>
+
+<qandaentry>
+<question><para>
 Compilation stops with an error message similar to this one:
 <screen>
     cfft.c: In function`passf2':




More information about the MPlayer-DOCS mailing list