comparison DOCS/documentation.html @ 8642:30bb40f02e1e

Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and update the documentation accordingly, plus some spellchecking cosmetics.
author diego
date Sun, 29 Dec 2002 19:58:56 +0000
parents f18ef6a69b27
children c3975fb38cba
comparison
equal deleted inserted replaced
8641:8ceb8a8b7244 8642:30bb40f02e1e
939 <P>You need an MPlayer font package to be able to use OSD/SUB feature. 939 <P>You need an MPlayer font package to be able to use OSD/SUB feature.
940 There are many ways to get it:</P> 940 There are many ways to get it:</P>
941 941
942 <UL> 942 <UL>
943 <LI>download ready-to-use font packages from MPlayer site. 943 <LI>download ready-to-use font packages from MPlayer site.
944 Note: currently available fonts are limited for iso 8859-1/2 support, 944 Note: Currently available fonts are limited for iso 8859-1/2 support,
945 but there are some other (including Korean, Russian, 8859-8 etc) fonts 945 but there are some other (including Korean, Russian, 8859-8 etc) fonts
946 at contrib/font section of FTP, made by users.<BR> 946 at contrib/font section of FTP, made by users.<BR>
947 <BR> 947 <BR>
948 Font should have appropriate font.desc file which maps unicode font 948 Font should have appropriate font.desc file which maps unicode font
949 positions to the actual code page of the subtitles text. Other solution is 949 positions to the actual code page of the subtitles text. Other solution is
1748 QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P> 1748 QNX has only X <I>emulation</I> which is VERY slow. Use SDL.</P>
1749 1749
1750 1750
1751 <H2><A NAME="cygwin">6.7 Cygwin</A></H2> 1751 <H2><A NAME="cygwin">6.7 Cygwin</A></H2>
1752 1752
1753 <P>The Cygwin port is still in its infancy and could use some love, 1753 <P>The Cygwin port is still in its infancy. Currently there is no support for
1754 <A HREF="tech/patches.txt">patches</A> are always welcome. You should also 1754 Win32 DLLs, VCDs or OpenGL. SDL is known to distort sound and image or crash
1755 check out the 1755 on some systems. <A HREF="tech/patches.txt">Patches</A> are always welcome.
1756 Best results are achieved with the native DirectX video output driver
1757 (<CODE>-vo directx</CODE>) and the native Windows waveout audio driver
1758 (<CODE>-ao win32</CODE>). You should also check out the
1756 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</A> 1759 <A HREF="http://mplayerhq.hu/mailman/listinfo/mplayer-cygwin/">mplayer-cygwin</A>
1757 mailing list for help and latest information.</P> 1760 mailing list for help and latest information.</P>
1758 1761
1759 <P>To get native DirectX video (<CODE>-vo directx</CODE>), extract the 1762 <P>You have to copy or symlink <CODE>etc/cygwin_inttypes.h</CODE> from the
1760 <A HREF="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</A> 1763 MPlayer source directory to <CODE>/usr/include/inttypes.h</CODE> in order to
1761 into <CODE>/usr/include/<CODE> or <CODE>/usr/local/include/<CODE> and 1764 make MPlayer compile.</P>
1762 recompile. This, together with <CODE>-ao win32</CODE> should give you best 1765
1763 results. If the image is distorted, try turning off hardware acceleration with 1766 <P>To get native DirectX video, download
1764 <CODE>-vo directx:noaccel</CODE>.</P> 1767 <A HREF="http://www.videolan.org/vlc/dx7headers.tgz">DirectX 7 header files</A>,
1765 1768 extract them to <CODE>/usr/include/</CODE> or <CODE>/usr/local/include/</CODE>
1766 <P>You will have to go to the MPlayer directory, and copy or symlink 1769 and recompile. If the image is distorted, try turning off hardware
1767 <CODE>etc/cygwin_inttypes.h</CODE> to <CODE>/usr/include/inttypes.h</CODE> to 1770 acceleration with <CODE>-vo directx:noaccel</CODE>.</P>
1768 make MPlayer compile. Otherwise it will complain about missing
1769 <CODE>inttypes.h</CODE>.</P>
1770
1771 <P>Since there is no support for Win32 DLLs under Cygwin and OpenGL and mpdvdkit
1772 do not work/compile, you should disable them in configure with
1773 <CODE>./configure --disable-win32 --disable-gl --disable-mpdvdkit</CODE>.</P>
1774 1771
1775 <P>Instructions and files for making SDL run under Cygwin can be found on the 1772 <P>Instructions and files for making SDL run under Cygwin can be found on the
1776 <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P> 1773 <A HREF="http://www.libsdl.org/extras/win32/cygwin/">libsdl site</A>.</P>
1777 1774
1778 1775