comparison DOCS/MPlayer-FAQ @ 1056:d769cd81a215

*** empty log message ***
author gabucino
date Fri, 08 Jun 2001 17:47:23 +0000
parents 3212850e8592
children 95747f951577
comparison
equal deleted inserted replaced
1055:50c49c976f23 1056:d769cd81a215
243 243
244 Q: The OSD is flickering! 244 Q: The OSD is flickering!
245 A: You use a vo driver with single buffering (x11,xv). With xv you can change 245 A: You use a vo driver with single buffering (x11,xv). With xv you can change
246 the number of buffers in libvo/vo_xv.c : 246 the number of buffers in libvo/vo_xv.c :
247 Increase #define NUM_BUFFERS 1 247 Increase #define NUM_BUFFERS 1
248
249 Q: What's the problem with gcc 2.96 ?
250 A: gcc 2.96 is RedHat's UNOFFICIAL (it can be found only on RedHat sites, or
251 RedHat distributions) and BUGGY gcc release. gcc 2.96 is TOTALLY
252 unsupported by MPlayer, because it simply SKIPS MMX codes, it just does not
253 compile it. Important: this is NOT an MPlayer-specific problem, numerous
254 other projects (DRI, avifile, etc..) have problems with this shit too.
255 ** DO NOT USE gcc 2.96 !!! **