summaryrefslogtreecommitdiff
path: root/apps/codecs/libmad/synth.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libmad/synth.c')
-rw-r--r--apps/codecs/libmad/synth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c
index 7f1c2e6fc0..5ae9811ead 100644
--- a/apps/codecs/libmad/synth.c
+++ b/apps/codecs/libmad/synth.c
@@ -67,7 +67,8 @@ void mad_synth_mute(struct mad_synth *synth)
67 } 67 }
68} 68}
69 69
70#ifdef FPM_ARM 70#if 0 /* dct32 asm implementation is slower on current arm systems */
71/* #ifdef FPM_ARM */
71 72
72void dct32(mad_fixed_t const in[32], unsigned int slot, 73void dct32(mad_fixed_t const in[32], unsigned int slot,
73 mad_fixed_t lo[16][8], mad_fixed_t hi[16][8]); 74 mad_fixed_t lo[16][8], mad_fixed_t hi[16][8]);