# HG changeset patch
# User gabucino
# Date 1004116921 0
# Node ID 383a4f3870e0e4dfdf7f1a85505e2f63cb8ee809
# Parent ac3c0836aaa1315deae0d79651fe492c075c58ad
*** empty log message ***
diff -r ac3c0836aaa1 -r 383a4f3870e0 DOCS/Hungarian/documentation.html
--- 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 @@
Ha egy 3Dfx Voodoo3/Banshee kártya boldog tulajdonosa vagy, nézd meg a
2.2.1.9-es fejezetet, és nagy gyorsulást
érhetsz el. Ezeket a lépéseket fordítás előtt kell megcsinálni,
- különben nem épül be 3Dfx támogatás az MPlayer-be.
+ különben nem épül be 3Dfx támogatás az MPlayer-be. Nézd meg a
+ 3dfx TV kimenet fejezetet is.
Ha használni akarod a ProjectMayo DivX4 codec-ét, nézd meg a
2.1.2.1-es fejezetet még fordítás előtt.
diff -r ac3c0836aaa1 -r 383a4f3870e0 DOCS/documentation.html
--- 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 @@
2.2.1.A TVout
@@ -238,6 +237,9 @@
Read the following before trying to compile MPlayer:
+- If you have gcc 2.96 on your system, READ
+THIS!!!
+
- If you plan to use MPlayer 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 @@
- If you own a Matrox G200/G400/G450/G550 card, then please see the 2.2.1.7
section in order to gain big speedup. It is important to do these steps
before compiling MPlayer, otherwise no Matrox-specific support will be
-built. Also check out the first and
-second Matrox TV-out sections.
+built. Also check out the Matrox TV-out
+section.
- If you own a 3Dfx Voodoo3/Banshee card, then please see the 2.2.1.9 section in order to gain big speedup. It
is important to do these steps before compiling MPlayer,
-otherwise no 3Dfx support will be built.
+otherwise no 3Dfx support will be built. Also see the 3dfx
+TV out section.
- If you own an ATI card, see the 2.2.1.A.2
section to know what features of your card is supported under Linux/MPlayer.
@@ -1167,7 +1170,7 @@
- No image (black image) in RGB 15/16bpp (x11,dga,fbdev,svga) playing
MPEG or OpenDivX files:
- Problem: gcc 2.96 bug
+ Problem: gcc 2.96 bug, read this
Workaround: ./configure --disable-mmx, or use gcc 2.95.x
SOLVED: code fixed
diff -r ac3c0836aaa1 -r 383a4f3870e0 DOCS/faq.html
--- 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 @@
|
| Q: |
+Where can I find information about gcc 2.96 bugs ?
+ |
| A: |
+In this documentation.
+ |
|
+
+ | Q: |
SDL output doesn't work or compile. Problem is ....
|
| A: |
It is tested with newest SDL (probably runs on 1.1.7+).
diff -r ac3c0836aaa1 -r 383a4f3870e0 TVout/matroxtv
--- 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
|