mirror of
https://github.com/mpv-player/mpv
synced 2024-12-16 03:45:23 +00:00
MinGW comes without zlib (necessary for compressed MOV headers).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12497 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
db8fdb039e
commit
1b5e29c842
@ -402,6 +402,12 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL.
|
|||||||
|
|
||||||
<para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para>
|
<para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para>
|
||||||
|
|
||||||
|
<para>MOV compressed header support requires
|
||||||
|
<ulink url="http://www.gzip.org/zlib/">zlib</ulink>, which
|
||||||
|
<application>MinGW</application> does not provide by default.
|
||||||
|
Configure it with <option>--prefix=/mingw</option> and install
|
||||||
|
it before compiling <application>MPlayer</application>.</para>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user