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
This commit is contained in:
diego 2004-11-17 08:25:08 +00:00
parent 20e5157e17
commit 320fa92447
1 changed files with 5 additions and 1 deletions

View File

@ -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>