comparison DOCS/xml/en/ports.xml @ 10191:6e6844f66d85

-vo directx:ontop, console output, inttypes.h
author diego
date Sun, 25 May 2003 22:55:46 +0000
parents b6c63ab184a4
children bfb39cff0b18
comparison
equal deleted inserted replaced
10190:d465fb532f37 10191:6e6844f66d85
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>
269 mailing list for help and latest information. 269 mailing list for help and latest information.
270 </para> 270 </para>
271 271
272 <para> 272 <para>
273 You have to copy or symlink <filename>etc/cygwin_inttypes.h</filename> 273 Cygwin versions prior to 1.3.23 do not include <filename>inttypes.h</filename>.
274 You will have to copy or symlink <filename>etc/cygwin_inttypes.h</filename>
274 from the MPlayer source directory to <filename>/usr/include/inttypes.h</filename> 275 from the MPlayer source directory to <filename>/usr/include/inttypes.h</filename>
275 in order to make MPlayer compile. 276 in order to make MPlayer compile.
276 </para> 277 </para>
277 278
278 <para> 279 <para>
279 To get native DirectX video, download 280 To get native DirectX video, download
280 <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink>, 281 <ulink url="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</ulink>,
281 extract them to <filename>/usr/include/</filename> or <filename>/usr/local/include/</filename> 282 extract them to <filename>/usr/include/</filename> or <filename>/usr/local/include/</filename>
282 and recompile. If the image is distorted, try turning off hardware acceleration with 283 and recompile. You will then be able to use the directx video out driver. You
283 <option>-vo directx:noaccel</option> 284 can make the movie window stay on top with <option>-vo directx:ontop</option>. If
285 the image is distorted, try turning off hardware acceleration with
286 <option>-vo directx:noaccel</option>.
284 </para> 287 </para>
285 288
286 <para> 289 <para>
287 Instructions and files for making SDL run under Cygwin can be found on the 290 Instructions and files for making SDL run under Cygwin can be found on the
288 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>. 291 <ulink url="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</ulink>.
306 <option>--enable-qtx-codecs</option> and put the codecs into 309 <option>--enable-qtx-codecs</option> and put the codecs into
307 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>
308 or <filename class="directory">C:\Windows\system</filename> depending on your 311 or <filename class="directory">C:\Windows\system</filename> depending on your
309 Windows version. 312 Windows version.
310 </para> 313 </para>
314
315 <para>
316 The Cygwin console is rather slow. Redirecting output or using the
317 <option>-quiet</option> option has been reported to improve performance.
318 </para>
319
311 </sect1> 320 </sect1>
312 321
313 </chapter> 322 </chapter>