Mercurial > mplayer.hg
changeset 3219:2998f74ad64e
fixed
author | alex |
---|---|
date | Fri, 30 Nov 2001 16:50:37 +0000 |
parents | 8ba06b63f873 |
children | b35b40ade7e9 |
files | mp3lib/sr1.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/sr1.c Fri Nov 30 16:11:43 2001 +0000 +++ b/mp3lib/sr1.c Fri Nov 30 16:50:37 2001 +0000 @@ -557,14 +557,14 @@ 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 }