comparison DOCS/xml/pl/faq.xml @ 27651:f445847b8ec1

fix FAQ about compiling 32 bit mplayer on x86_64 Suggested by Wolfgang Knauf
author gpoirier
date Thu, 02 Oct 2008 22:15:45 +0000
parents 305dc504c407
children 24d346bac64f
comparison
equal deleted inserted replaced
27650:99838ea34e55 27651:f445847b8ec1
108 bitowym Athlonie? 108 bitowym Athlonie?
109 </para></question> 109 </para></question>
110 <answer><para> 110 <answer><para>
111 Zastosuj następujące opcje konfiguracyjne. 111 Zastosuj następujące opcje konfiguracyjne.
112 <screen> 112 <screen>
113 ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib 113 ./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
114 </screen> 114 </screen>
115 </para></answer> 115 </para></answer>
116 </qandaentry> 116 </qandaentry>
117 117
118 <qandaentry> 118 <qandaentry>