[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.72,1.73
Arpi
arpi at thot.banki.hu
Sun Mar 24 19:10:24 CET 2002
Hi,
> char devname[80];
> int fdflags = O_WRONLY;
> + CpuCaps cpucaps;
>
> + GetCpuCaps(&cpucaps);
> /* Open the control interface */
> - if ((arg && !strcmp("noprebuf", arg)) || gCpuCaps.has3DNowExt) {
> + if ((arg && !strcmp("noprebuf", arg)) || cpucaps.has3DNowExt) {
huh?
why isn't gCpuCaps good ???
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-cvslog
mailing list