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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libmad/synth.c b/apps/codecs/libmad/synth.c
index 2d212c091f..166e3d9f3a 100644
--- a/apps/codecs/libmad/synth.c
+++ b/apps/codecs/libmad/synth.c
@@ -542,7 +542,7 @@ void dct32(mad_fixed_t const in[32], unsigned int slot,
542# endif 542# endif
543 543
544static 544static
545mad_fixed_t const D[17][32] __attribute__ ((section(".idata"))) = { 545mad_fixed_t const D[17][32] IDATA_ATTR = {
546# include "D.dat" 546# include "D.dat"
547}; 547};
548 548