comparison DOCS/xml/en/ports.xml @ 10229:bfb39cff0b18

sync
author nicolas
date Sun, 01 Jun 2003 11:03:55 +0000
parents 6e6844f66d85
children 157cb3f9245e
comparison
equal deleted inserted replaced
10228:3aba8a7ab91f 10229:bfb39cff0b18
258 258
259 <sect1 id="cygwin"> 259 <sect1 id="cygwin">
260 <title>Cygwin</title> 260 <title>Cygwin</title>
261 <para> 261 <para>
262 The Cygwin port is still in its infancy. Currently there is no support for 262 The Cygwin port is still in its infancy. Currently there is no support for
263 Win32 DLLs or OpenGL. SDL is known to distort sound and image or crash on 263 OpenGL. SDL is known to distort sound and image or crash on
264 some systems. <ulink url="../../tech/patches.txt">Patches</ulink> 264 some systems. <ulink url="../../tech/patches.txt">Patches</ulink>
265 are always welcome. Best results are achieved with the native DirectX video 265 are always welcome. Best results are achieved with the native DirectX video
266 output driver (<option>-vo directx</option>) and the native Windows waveout 266 output driver (<option>-vo directx</option>) and the native Windows waveout
267 audio driver (<option>-ao win32</option>). You should also check out the 267 audio driver (<option>-ao win32</option>). You should also check out the
268 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</ulink> 268 <ulink url="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</ulink>
304 <screen>mplayer dvd://&lt;title&gt; -dvd-device '\\.\d:'</screen> 304 <screen>mplayer dvd://&lt;title&gt; -dvd-device '\\.\d:'</screen>
305 </para> 305 </para>
306 306
307 <para> 307 <para>
308 QuickTime DLLs have also been reported to work. Compile with 308 QuickTime DLLs have also been reported to work. Compile with
309 <option>--enable-qtx-codecs</option> and put the codecs into 309 <option>--enable-qtx</option> and put the codecs into
310 the default Windows DLL location, <filename class="directory">C:\WINNT\system32</filename> 310 the default Windows DLL location, <filename class="directory">C:\WINNT\system32</filename>
311 or <filename class="directory">C:\Windows\system</filename> depending on your 311 or <filename class="directory">C:\Windows\system</filename> depending on your
312 Windows version. 312 Windows version.
313 </para> 313 </para>
314 314