summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_out_rockbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/video_out_rockbox.c')
-rw-r--r--apps/plugins/mpegplayer/video_out_rockbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/video_out_rockbox.c b/apps/plugins/mpegplayer/video_out_rockbox.c
index 450a8bc7a1..ee0efb8824 100644
--- a/apps/plugins/mpegplayer/video_out_rockbox.c
+++ b/apps/plugins/mpegplayer/video_out_rockbox.c
@@ -43,7 +43,7 @@ struct vo_data
43 struct vo_rect rc_clip; 43 struct vo_rect rc_clip;
44}; 44};
45 45
46#ifdef PROC_NEEDS_CACHEALIGN 46#if NUM_CORES > 1
47/* Cache aligned and padded to avoid clobbering other processors' cacheable 47/* Cache aligned and padded to avoid clobbering other processors' cacheable
48 * data */ 48 * data */
49static uint8_t __vo_data[CACHEALIGN_UP(sizeof(struct vo_data))] 49static uint8_t __vo_data[CACHEALIGN_UP(sizeof(struct vo_data))]