diff options
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index 480a0fa898..f2dd81c327 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -307,9 +307,10 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <sect2 id="cygwin"> <title>Cygwin</title> -<para>Cygwin versions prior to 1.5.0 do not include <filename>inttypes.h</filename>. You - will have to copy or symlink <filename>etc/cygwin_inttypes.h</filename> from the - MPlayer source directory to <filename>/usr/include/inttypes.h</filename> in order to +<para>Cygwin versions prior to 1.5.0 do not include <filename>inttypes.h</filename>. + Put this + <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/inttypes.h">inttypes.h</ulink> + in <filename class="directory">/usr/include/</filename> in order to make MPlayer compile.</para> <para>DirectX header files need to be extracted to <filename class="directory">/usr/include/</filename> or |