diff options
-rw-r--r-- | mp3lib/sr1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c index 5a0960e598..3bdd4b375a 100644 --- a/mp3lib/sr1.c +++ b/mp3lib/sr1.c @@ -389,7 +389,7 @@ void MP3_Init(){ int accel=0; #ifdef CAN_COMPILE_X86_ASM - GetCpuCaps(&gCpuCaps); +// GetCpuCaps(&gCpuCaps); if(gCpuCaps.hasMMX) accel |= MM_ACCEL_X86_MMX; if(gCpuCaps.hasMMX2) accel |= MM_ACCEL_X86_MMXEXT; if(gCpuCaps.hasSSE) accel |= MM_ACCEL_X86_SSE; |