Author: gpoirier Date: Fri Oct 3 00:15:45 2008 New Revision: 27683 Log: fix FAQ about compiling 32 bit mplayer on x86_64 Suggested by Wolfgang Knauf
Modified: trunk/DOCS/xml/en/faq.xml Changes in other areas also in this revision: Modified: trunk/DOCS/xml/cs/faq.xml trunk/DOCS/xml/de/faq.xml trunk/DOCS/xml/fr/faq.xml trunk/DOCS/xml/hu/faq.xml trunk/DOCS/xml/it/faq.xml trunk/DOCS/xml/pl/faq.xml trunk/DOCS/xml/ru/faq.xml Modified: trunk/DOCS/xml/en/faq.xml ============================================================================== --- trunk/DOCS/xml/en/faq.xml (original) +++ trunk/DOCS/xml/en/faq.xml Fri Oct 3 00:15:45 2008 @@ -111,7 +111,7 @@ How can I build a 32 bit <application>MP <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> _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
