[Mplayer-cvslog] CVS: main/libvo vo_dxr3.c,1.72,1.73

Alex Beregszaszi alex at naxine.org
Sun Mar 24 18:51:36 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 ???
Becouse he changes the hot-swapping CPU after starting mplayer before vo init.

-
alex



More information about the MPlayer-cvslog mailing list