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

Arpi arpi at thot.banki.hu
Sun Mar 24 19:17:00 CET 2002


Hi,

> 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 ini
> t.

ah...
or he has SMP system with a p3 and an athlon, and vo init runs on athlon
while mplayer startup on p3...


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