Mercurial > mplayer.hg
changeset 2488:383a4f3870e0
*** empty log message ***
author | gabucino |
---|---|
date | Fri, 26 Oct 2001 17:22:01 +0000 |
parents | ac3c0836aaa1 |
children | 0ecc1b4f7cf8 |
files | DOCS/Hungarian/documentation.html DOCS/documentation.html DOCS/faq.html TVout/matroxtv |
diffstat | 4 files changed, 18 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/Hungarian/documentation.html Fri Oct 26 17:20:33 2001 +0000 +++ b/DOCS/Hungarian/documentation.html Fri Oct 26 17:22:01 2001 +0000 @@ -260,7 +260,8 @@ <LI>Ha egy 3Dfx Voodoo3/Banshee kártya boldog tulajdonosa vagy, nézd meg a <A HREF="video.html#2.2.1.9">2.2.1.9</A>-es fejezetet, és nagy gyorsulást érhetsz el. Ezeket a lépéseket fordítás <I>előtt</I> kell megcsinálni, - különben nem épül be 3Dfx támogatás az <B>MPlayer</B>-be.</LI> + különben nem épül be 3Dfx támogatás az <B>MPlayer</B>-be. Nézd meg a + <A HREF="video.html#2.2.1.A.3">3dfx TV kimenet</A> fejezetet is.</LI> <LI>Ha használni akarod a ProjectMayo <B>DivX4</B> codec-ét, nézd meg a <A HREF="codecs.html#2.1.2.1">2.1.2.1</A>-es fejezetet még fordítás előtt.
--- a/DOCS/documentation.html Fri Oct 26 17:20:33 2001 +0000 +++ b/DOCS/documentation.html Fri Oct 26 17:22:01 2001 +0000 @@ -86,7 +86,6 @@ <LI><A HREF="video.html#2.2.1.A">2.2.1.A TVout</A></LI> <UL> <LI><A HREF="video.html#2.2.1.A.1">2.2.1.A.1 Matrox cards</A></LI> - <LI><A HREF="video.html#2.2.1.A.1a">2.2.1.A.1a Matrox cards - method 2</A></LI> <LI><A HREF="video.html#2.2.1.A.2">2.2.1.A.2 ATI cards</A></LI> <LI><A HREF="video.html#2.2.1.A.3">2.2.1.A.3 Voodoo 3</A></LI> </UL> @@ -238,6 +237,9 @@ <P>Read the following before trying to compile <B>MPlayer</B>:</P> <UL> +<LI>If you have <B>gcc 2.96</B> on your system, <A HREF="faq.html#5.1"><B><I>READ +THIS!!!</A></LI> + <LI>If you plan to use <B>MPlayer</B> on x86 architecture, you possibly want to use Win32 codecs. Download and unzip w32codecs.zip to /usr/lib/win32 . Note: the avifile project has similar codecs package, but it differs @@ -247,13 +249,14 @@ <LI>If you own a Matrox G200/G400/G450/G550 card, then please see the <A HREF="video.html#2.2.1.7">2.2.1.7</A> section in order to gain big speedup. It is important to do these steps <I>before</I> compiling <B>MPlayer</B>, otherwise no Matrox-specific support will be -built. Also check out the <A HREF="video.html#2.2.1.A.1">first</A> and -<A HREF="video.html#2.2.1.A.1a">second</A> <B>Matrox TV-out</B> sections.</LI> +built. Also check out the <A HREF="video.html#2.2.1.A.1">Matrox TV-out</A> +section.</LI> <LI>If you own a 3Dfx Voodoo3/Banshee card, then please see the <A HREF="video.html#2.2.1.9">2.2.1.9</A> section in order to gain big speedup. It is important to do these steps <I>before</I> compiling <B>MPlayer</B>, -otherwise no 3Dfx support will be built.</LI> +otherwise no 3Dfx support will be built. Also see the <A HREF="video.html#2.2.1.A.3">3dfx +TV out section</A>.</LI> <LI>If you own an ATI card, see the <A HREF="video.html#2.2.1.A.2">2.2.1.A.2 section</A> to know what features of your card is supported under Linux/MPlayer.</LI> @@ -1167,7 +1170,7 @@ <LI>No image (black image) in RGB 15/16bpp (x11,dga,fbdev,svga) playing MPEG or OpenDivX files:<BR> - Problem: gcc 2.96 bug<BR> + Problem: gcc 2.96 bug, read <A HREF="gcc-2.96-3.0.html">this</A><BR> Workaround: ./configure --disable-mmx, or use gcc 2.95.x<BR> SOLVED: code fixed</LI>
--- a/DOCS/faq.html Fri Oct 26 17:20:33 2001 +0000 +++ b/DOCS/faq.html Fri Oct 26 17:22:01 2001 +0000 @@ -91,6 +91,12 @@ </TD><TR><TD COLSPAN=3> </TD><TR> <TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> +Where can I find information about gcc 2.96 bugs ? +</B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> +In <A HREF="gcc-2.96-3.0.html">this</A> documentation. +</TD><TR><TD COLSPAN=3> </TD><TR> + +<TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>Q:</TD><TD WIDTH=100%><B><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> SDL output doesn't work or compile. Problem is .... </B></TD><TR><TD></TD><TD VALIGN=top><FONT face="Verdana, Arial, Helvetica, sans-serif" size=2>A:</TD><TD><font face="Verdana, Arial, Helvetica, sans-serif" size="2"> It is tested with newest SDL (probably runs on 1.1.7+).
--- a/TVout/matroxtv Fri Oct 26 17:20:33 2001 +0000 +++ b/TVout/matroxtv Fri Oct 26 17:22:01 2001 +0000 @@ -6,8 +6,8 @@ # (from /etc/fb.modes) DEFAULTMODE="768x576-60" -#echo "You didn't check this file for possible mis-configurations ! :)" -#exit 1 +echo "You didn't check this file for possible mis-configurations ! :)" +exit 1 while [ 1 ]; do