mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
fix FAQ about compiling 32 bit mplayer on x86_64
Suggested by Wolfgang Knauf git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27683 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c765db84a3
commit
ded93e5b05
@ -110,7 +110,7 @@ Athlonu?
|
||||
<answer><para>
|
||||
Vyzkoušejte následující volby configure:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -143,7 +143,7 @@
|
||||
<answer>
|
||||
<para>
|
||||
Probiere folgende configure-Optionen:
|
||||
<screen>/configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
|
||||
<screen>/configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib </screen>
|
||||
</para>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
@ -111,7 +111,7 @@ How can I build a 32 bit <application>MPlayer</application> on a 64 bit Athlon?
|
||||
<answer><para>
|
||||
Try the following configure options:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -104,7 +104,7 @@ Comment puis-je "build" un <application>MPlayer</application> 32 bit sur un Athl
|
||||
<answer><para>
|
||||
Essayer les options de configuration suivantes:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -111,7 +111,7 @@ Hogyan fordíthatok 32 bites <application>MPlayer</application>t egy 64 bites At
|
||||
<answer><para>
|
||||
Próbáld meg a következő configure kapcsolókkal:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -111,7 +111,7 @@ Come posso compilare <application>MPlayer</application> a 32 bit su un Athlon a
|
||||
<answer><para>
|
||||
Prova le seguenti opzioni di configure:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -110,7 +110,7 @@ bitowym Athlonie?
|
||||
<answer><para>
|
||||
Zastosuj następujące opcje konfiguracyjne.
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
@ -108,7 +108,7 @@ while reloading 'asm'</systemitem>.
|
||||
<answer><para>
|
||||
Попробуйте следующие опции configure:
|
||||
<screen>
|
||||
./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
|
||||
</screen>
|
||||
</para></answer>
|
||||
</qandaentry>
|
||||
|
Loading…
Reference in New Issue
Block a user