summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-17 08:25:08 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-17 08:25:08 +0000
commit320fa92447adb3ea199fc2a5661ac0efd022de17 (patch)
treeede74b9b574ef8932cc6cc7fb2a8dbfaf08a1d28 /DOCS
parent20e5157e17b17f60d27c8f1c369bbe2f04deff8d (diff)
downloadmpv-320fa92447adb3ea199fc2a5661ac0efd022de17.tar.bz2
mpv-320fa92447adb3ea199fc2a5661ac0efd022de17.tar.xz
Better explanation of how to build an MPlayer that runs on different
machine types, based on a patch by Gabor Mizda. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13961 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/xml/en/bugs.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/xml/en/bugs.xml b/DOCS/xml/en/bugs.xml
index ef202012be..49f16eb54c 100644
--- a/DOCS/xml/en/bugs.xml
+++ b/DOCS/xml/en/bugs.xml
@@ -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>