diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 14:19:42 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-02-05 14:19:42 +0000 |
commit | 1a7d8f86f80a950822c635f9e0468719f504f24f (patch) | |
tree | 5d93b0b95de84a86285032b1a67060d818ccb406 /DOCS/xml/en/faq.xml | |
parent | 8304bc03fedb87ca388e2864b0d0e54075d89cc1 (diff) |
Add Reimar's hint for building 32 bit MPlayer on Athlon64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14655 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/faq.xml')
-rw-r--r-- | DOCS/xml/en/faq.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/xml/en/faq.xml b/DOCS/xml/en/faq.xml index aaceeb128f..2bc3948f41 100644 --- a/DOCS/xml/en/faq.xml +++ b/DOCS/xml/en/faq.xml @@ -83,6 +83,18 @@ section for details. <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': |