summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mp3lib/sr1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 9688c2cc5c..f360797162 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -444,7 +444,7 @@ void MP3_Init(){
{
synth_func=synth_1to1_MMX;
dct36_func=dct36_3dnowex;
- dct64_MMX_func=dct64_MMX_3dnowex;
+ dct64_MMX_func= (accel & MM_ACCEL_X86_MMXEXT) ? dct64_MMX_3dnowex : dct64_MMX_3dnow;
mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: using 3DNow!Ex optimized decore!\n");
}
else