summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/it
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-02 22:15:45 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-02 22:15:45 +0000
commitded93e5b0535c6cbb0f6da0b4aadb2561b96cc60 (patch)
tree07a0f6f210d2e52eecc0e41fdcffffce7cf5b54a /DOCS/xml/it
parentc765db84a3954100cc9ccdbc3a668dc349077ae0 (diff)
downloadmpv-ded93e5b0535c6cbb0f6da0b4aadb2561b96cc60.tar.bz2
mpv-ded93e5b0535c6cbb0f6da0b4aadb2561b96cc60.tar.xz
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
Diffstat (limited to 'DOCS/xml/it')
-rw-r--r--DOCS/xml/it/faq.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/xml/it/faq.xml b/DOCS/xml/it/faq.xml
index 7fd80c0057..6a76142493 100644
--- a/DOCS/xml/it/faq.xml
+++ b/DOCS/xml/it/faq.xml
@@ -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>