Mercurial > mplayer.hg
changeset 12496:8f4574d094a5
MinGW comes without zlib (necessary for compressed MOV headers).
author | diego |
---|---|
date | Sat, 22 May 2004 00:47:49 +0000 |
parents | 7e3247dd02f8 |
children | da17b2c262de |
files | DOCS/xml/en/ports.xml |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/xml/en/ports.xml Fri May 21 17:49:09 2004 +0000 +++ b/DOCS/xml/en/ports.xml Sat May 22 00:47:49 2004 +0000 @@ -402,6 +402,12 @@ <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>