summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/mpegplayer/audio_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/audio_thread.c b/apps/plugins/mpegplayer/audio_thread.c
index a901b721d8..c9252f5890 100644
--- a/apps/plugins/mpegplayer/audio_thread.c
+++ b/apps/plugins/mpegplayer/audio_thread.c
@@ -58,7 +58,7 @@ static unsigned char mad_main_data[MAD_BUFFER_MDLEN];
58 is for Coldfire. */ 58 is for Coldfire. */
59 59
60/* 4608 bytes */ 60/* 4608 bytes */
61#ifdef CPU_COLDFIRE 61#if defined(CPU_COLDFIRE) || defined(CPU_S5L870X)
62static mad_fixed_t mad_frame_overlap[2][32][18] IBSS_ATTR; 62static mad_fixed_t mad_frame_overlap[2][32][18] IBSS_ATTR;
63#else 63#else
64static mad_fixed_t mad_frame_overlap[2][32][18]; 64static mad_fixed_t mad_frame_overlap[2][32][18];