diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 12:33:13 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-09-21 12:33:13 +0000 |
commit | f4ee42f4f52df8917ce954c1f47f4042829b5bab (patch) | |
tree | c9d4d0e85daf81db38336df81f79fd9358a0ce86 /DOCS/xml | |
parent | b76c0e461a20c5665508f09c12f0b583f0608d10 (diff) |
MinGW 3.1.0 supports MPlayer out of the box.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml')
-rw-r--r-- | DOCS/xml/en/ports.xml | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index cecb99c22a..fceea04e28 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -335,16 +335,13 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <title>MinGW</title> <para>Installing a version of MinGW that could compile MPlayer used to be quite - tricky, but only consists of three simple steps now and should work out of - the box soon.</para> + tricky, but it works out of the box now. Just install MinGW 3.1.0 or later + and MSYS 1.0.9 or later and tell the MSYS postinstall that MinGW is + installed.</para> -<itemizedlist> - <listitem><para>Install MinGW 3.0.0 or later.</para></listitem> - <listitem><para>Install MSYS 1.0.9 or later and tell the MSYS postinstall that - MinGW is installed.</para></listitem> - <listitem><para>Replace <filename>/mingw/include/sys/types.h</filename> with this - <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/types.h"><filename>types.h</filename></ulink>.</para></listitem> -</itemizedlist> +<para>If you use a version of MinGW before 3.1.0, you need to replace + <filename>/mingw/include/sys/types.h</filename> with this + <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/types.h"><filename>types.h</filename></ulink>.</para> <para>Extract DirectX header files to <filename class="directory">/mingw/include/</filename>.</para> |