Mercurial > mplayer.hg
changeset 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 | c1a4c6b2b119 |
children | ceecc988b167 |
files | DOCS/xml/en/faq.xml |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 @@ <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':