mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
8304bc03fe
commit
1a7d8f86f8
|
@ -81,6 +81,18 @@ section for details.
|
|||
</para></answer>
|
||||
</qandaentry>
|
||||
|
||||
<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:
|
||||
|
|
Loading…
Reference in New Issue