mirror of https://github.com/mpv-player/mpv
synced with 1.61
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14662 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3e7592d7db
commit
7b6e7fadad
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="iso-8859-2"?>
|
<?xml version="1.0" encoding="iso-8859-2"?>
|
||||||
<!-- synced with 1.60 -->
|
<!-- synced with 1.61 -->
|
||||||
<chapter id="faq" xreflabel="FAQ">
|
<chapter id="faq" xreflabel="FAQ">
|
||||||
<title>Gyakran ismételt kérdések</title>
|
<title>Gyakran ismételt kérdések</title>
|
||||||
|
|
||||||
|
@ -80,6 +80,18 @@ r
|
||||||
</para></answer>
|
</para></answer>
|
||||||
</qandaentry>
|
</qandaentry>
|
||||||
|
|
||||||
|
<qandaentry>
|
||||||
|
<question><para>
|
||||||
|
Hogyan fordíthatok 32 bites <application>MPlayer</application>t 64 bites Athlon-on?
|
||||||
|
</para></question>
|
||||||
|
<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
|
||||||
|
</screen>
|
||||||
|
</para></answer>
|
||||||
|
</qandaentry>
|
||||||
|
|
||||||
<qandaentry>
|
<qandaentry>
|
||||||
<question><para>
|
<question><para>
|
||||||
A fordítás megáll egy ehhez hasonló üzenettel:
|
A fordítás megáll egy ehhez hasonló üzenettel:
|
||||||
|
|
Loading…
Reference in New Issue