summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 17:47:23 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-08 17:47:23 +0000
commitfa2cdde3c49bd3e3217af0c6795a4da7158cbb54 (patch)
tree033ee05efde9299f45e3c40c99dd7d354bd6c9cd /DOCS/MPlayer-FAQ
parent9c393155c7488f80cbd7d5acfae77425adf762c7 (diff)
downloadmpv-fa2cdde3c49bd3e3217af0c6795a4da7158cbb54.tar.bz2
mpv-fa2cdde3c49bd3e3217af0c6795a4da7158cbb54.tar.xz
*** empty log message ***
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1057 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/MPlayer-FAQ')
-rw-r--r--DOCS/MPlayer-FAQ8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index b1be52d15a..ca005a4e26 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -245,3 +245,11 @@ Q: The OSD is flickering!
A: You use a vo driver with single buffering (x11,xv). With xv you can change
the number of buffers in libvo/vo_xv.c :
Increase #define NUM_BUFFERS 1
+
+Q: What's the problem with gcc 2.96 ?
+A: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
+ RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
+ unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not
+ compile it. Important: this is NOT an MPlayer-specific problem, numerous
+ other projects (DRI, avifile, etc..) have problems with this shit too.
+ ** DO NOT USE gcc 2.96 !!! **