summaryrefslogtreecommitdiffstats
path: root/DOCS/xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-22 00:47:49 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-05-22 00:47:49 +0000
commit1b5e29c842a7537c47be7173a16e8d6c1e2ea5bc (patch)
treefb82f7802c128b8f116b86cad81db5e8e507d312 /DOCS/xml
parentdb8fdb039e4b22e1d9bc45eb2eed68c6a05cc483 (diff)
downloadmpv-1b5e29c842a7537c47be7173a16e8d6c1e2ea5bc.tar.bz2
mpv-1b5e29c842a7537c47be7173a16e8d6c1e2ea5bc.tar.xz
MinGW comes without zlib (necessary for compressed MOV headers).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12497 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r--DOCS/xml/en/ports.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml
index 905883ed1a..5487b2a257 100644
--- a/DOCS/xml/en/ports.xml
+++ b/DOCS/xml/en/ports.xml
@@ -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>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>