From d38ab4b67a686d1025f50309761d2511cefbd017 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 30 Nov 2001 16:50:37 +0000 Subject: fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3220 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/sr1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mp3lib') diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c index 601c94f211..b69a936aa4 100644 --- a/mp3lib/sr1.c +++ b/mp3lib/sr1.c @@ -557,14 +557,14 @@ void MP3_Init(){ else #endif #ifdef ARCH_X86 - if (gCpuCaps.cpuType >= CPUTYPE_I386) + if (gCpuCaps.cpuType == CPUTYPE_I586) { synth_func=synth_1to1_pent; } else #endif { - synth_func = NULL; + synth_func = NULL; /* use default c version */ } #endif } -- cgit v1.2.3