mirror of https://github.com/mpv-player/mpv
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:
parent
20e5157e17
commit
320fa92447
|
@ -17,7 +17,11 @@
|
||||||
different machines (for example compiled on P3 and running on Celeron)</para>
|
different machines (for example compiled on P3 and running on Celeron)</para>
|
||||||
<para>Solution: compile <application>MPlayer</application> on the same machine
|
<para>Solution: compile <application>MPlayer</application> on the same machine
|
||||||
where you will use it!</para>
|
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>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>"Internal buffer inconsistency" during <application>MEncoder</application> run:</para>
|
<para>"Internal buffer inconsistency" during <application>MEncoder</application> run:</para>
|
||||||
|
|
Loading…
Reference in New Issue