diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-07 18:28:51 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-07 18:28:51 +0000 |
commit | f5ebf4e81da70f0b0ae1605a2086f231168d81cc (patch) | |
tree | 75536d62fa3e7533905ca401bbf09bf1bfefd299 /DOCS | |
parent | 1f9f65369ae66c52b5c9bfc14e47fadad13f1644 (diff) |
We no longer provide (int)types.h for obsolete versions of Cygwin/MinGW,
links updated.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13893 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/xml/en/ports.xml | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/DOCS/xml/en/ports.xml b/DOCS/xml/en/ports.xml index ce6dacee66..0fbbd4c536 100644 --- a/DOCS/xml/en/ports.xml +++ b/DOCS/xml/en/ports.xml @@ -284,7 +284,7 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. distort sound and video or crash on some systems. If the image is distorted, try turning off hardware acceleration with <option>-vo directx:noaccel</option>. Download - <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink> + <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/contrib/dx7headers.tgz">DirectX 7 header files</ulink> to compile the DirectX video output driver. Furthermore you need to have DirectX 7 or later installed for the DirectX video output driver to work. </para> @@ -292,7 +292,8 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <para><link linkend="vidix">VIDIX</link> now works under Windows as <option>-vo winvidix</option>, although it is still experimental and needs a bit of manual setup. Download - <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelper.sys">dhahelper.sys</ulink> + <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelperwin/dhahelper.sys">dhahelper.sys</ulink> or + <ulink url="http://www.mplayerhq.hu/MPlayer/releases/win32-beta/dhahelperwin/withmtrr/dhahelper.sys">dhahelper.sys (with MTRR support)</ulink> and copy it to the <filename class="directory">libdha/dhahelperwin</filename> directory in your <application>MPlayer</application> source tree. @@ -360,16 +361,13 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. <para>Sascha Sommer releases official Windows binaries from time to time, Joey Parrish makes unofficial Windows packages complete with installer. Look for these in the Windows section of - <ulink url="http://www.mplayerhq.hu/homepage/projects.html#windows">our projects page</ulink>.</para> + <ulink url="http://www.mplayerhq.hu/homepage/design7/projects.html#windows">our projects page</ulink>.</para> <sect2 id="cygwin"> <title><application>Cygwin</application></title> -<para><application>Cygwin</application> 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/contrib/inttypes.h">inttypes.h</ulink> - in <filename class="directory">/usr/include/</filename> in order to - make <application>MPlayer</application> compile.</para> +<para>You need to run <application>Cygwin</application> 1.5.0 or later in + order to compile <application>MPlayer</application>.</para> <para>DirectX header files need to be extracted to <filename class="directory">/usr/include/</filename> or <filename class="directory">/usr/local/include/</filename>.</para> @@ -390,10 +388,6 @@ since QNX has only X <emphasis>emulation</emphasis> which is VERY slow. Use SDL. 3.1.0 or later and MSYS 1.0.9 or later and tell the MSYS postinstall that <application>MinGW</application> is installed.</para> -<para>If you use a version of <application>MinGW</application> 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> <para>MOV compressed header support requires |