summaryrefslogtreecommitdiffstats
path: root/mp3lib/sr1.c
diff options
context:
space:
mode:
Diffstat (limited to 'mp3lib/sr1.c')
-rw-r--r--mp3lib/sr1.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mp3lib/sr1.c b/mp3lib/sr1.c
index 1782e599ba..8e35003ead 100644
--- a/mp3lib/sr1.c
+++ b/mp3lib/sr1.c
@@ -421,8 +421,6 @@ void MP3_Init(){
if (gCpuCaps.hasMMX)
{
_has_mmx = 1;
- make_decode_tables_MMX(outscale);
- mp_msg(MSGT_DECAUDIO,MSGL_V,"mp3lib: made decode tables with MMX optimization\n");
synth_func = synth_1to1_MMX;
}
#endif