# HG changeset patch
# User diego
# Date 1107613182 0
# Node ID ca1f3ca346b31131a4ef94e4a58fb49b8c0c0f42
# Parent c1a4c6b2b119973d9890d41bb6f4634b62b38943
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
diff -r c1a4c6b2b119 -r ca1f3ca346b3 DOCS/xml/en/faq.xml
--- a/DOCS/xml/en/faq.xml Sat Feb 05 14:02:47 2005 +0000
+++ b/DOCS/xml/en/faq.xml Sat Feb 05 14:19:42 2005 +0000
@@ -83,6 +83,18 @@
+How can I build a 32 bit MPlayer on 64 bit Athlon?
+
+
+Try the following configure options:
+
+./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
+
+
+
+
+
+
Compilation stops with an error message similar to this one:
cfft.c: In function`passf2':