[MPlayer-dev-eng] Fwd: [Mplayerxp-cvslog] CVS:
Arpi
arpi at thot.banki.hu
Sat Jan 4 15:34:53 CET 2003
Hi,
> #ifdef ARCH_X86
> + int x86_mmx=-1;
> + int x86_mmx2=-1;
> + int x86_3dnow=-1;
> + int x86_3dnow2=-1;
> + int x86_sse=-1;
> + int x86_sse2=-1;
shouldn't these be global???
> -
> + if(gCpuCaps.hasMMX) mplayer_accel |= MM_ACCEL_X86_MMX;
> + if(gCpuCaps.hasMMX2) mplayer_accel |= MM_ACCEL_X86_MMXEXT;
> + if(gCpuCaps.hasSSE) mplayer_accel |= MM_ACCEL_X86_SSE;
> + if(gCpuCaps.has3DNow) mplayer_accel |= MM_ACCEL_X86_3DNOW;
> + if(gCpuCaps.has3DNowExt) mplayer_accel |= MM_ACCEL_X86_3DNOWEXT;
sense of this?
have you tested it? i bet it didn't even compile...
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-dev-eng
mailing list