summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/decode.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/decode.c')
-rw-r--r--apps/plugins/mpegplayer/decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/decode.c b/apps/plugins/mpegplayer/decode.c
index a19b929bef..91251206e9 100644
--- a/apps/plugins/mpegplayer/decode.c
+++ b/apps/plugins/mpegplayer/decode.c
@@ -35,7 +35,7 @@
35 35
36#define BUFFER_SIZE (1194 * 1024) 36#define BUFFER_SIZE (1194 * 1024)
37 37
38#ifdef CPU_COLDFIRE 38#if defined(CPU_COLDFIRE) || (defined(CPU_ARM) && ARM_ARCH >= 6)
39/* twice as large as on other targets because coldfire uses 39/* twice as large as on other targets because coldfire uses
40 * a secondary, transposed buffer for optimisation */ 40 * a secondary, transposed buffer for optimisation */
41static int16_t static_dct_block[128] IBSS_ATTR ATTR_ALIGN(16); 41static int16_t static_dct_block[128] IBSS_ATTR ATTR_ALIGN(16);