comparison DOCS/xml/fr/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
102 Comment puis-je "build" un <application>MPlayer</application> 32 bit sur un Athlon 64 bit? 102 Comment puis-je "build" un <application>MPlayer</application> 32 bit sur un Athlon 64 bit?
103 </para></question> 103 </para></question>
104 <answer><para> 104 <answer><para>
105 Essayer les options de configuration suivantes: 105 Essayer les options de configuration suivantes:
106 <screen> 106 <screen>
107 ./configure --target=athlon_xp --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib 107 ./configure --target=i386-linux --cc="gcc -m32" --as="as --32" --with-extralibdir=/usr/lib
108 </screen> 108 </screen>
109 </para></answer> 109 </para></answer>
110 </qandaentry> 110 </qandaentry>
111 111
112 <qandaentry> 112 <qandaentry>