changeset 13960:3027af083f6f

Better explanation of how to build an MPlayer that runs on different machine types, based on a patch by Gabor Mizda.
author diego
date Wed, 17 Nov 2004 08:25:08 +0000
parents 91b6a78856e5
children 2946cbf097b5
files DOCS/xml/en/bugs.xml
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/xml/en/bugs.xml	Wed Nov 17 02:08:24 2004 +0000
+++ b/DOCS/xml/en/bugs.xml	Wed Nov 17 08:25:08 2004 +0000
@@ -17,7 +17,11 @@
 different machines (for example compiled on P3 and running on Celeron)</para>
 <para>Solution: compile <application>MPlayer</application> on the same machine
 where you will use it!</para>
-<para>Workaround: <command>./configure --disable-sse</command> etc. options</para>
+<para>Workaround: You can forget all this by configuring with the
+<option>--enable-runtime-cpudetection</option> option or you can
+disable particular CPU instruction sets with more specific options (like
+<option>--disable-mmx</option>, <option>--disable-3dnow</option>, etc).
+</para>
 </listitem>
 <listitem>
 <para>&quot;Internal buffer inconsistency&quot; during <application>MEncoder</application> run:</para>