summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.h')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.h b/apps/plugins/mpegplayer/mpegplayer.h
index ae1234d39d..4ebf321fce 100644
--- a/apps/plugins/mpegplayer/mpegplayer.h
+++ b/apps/plugins/mpegplayer/mpegplayer.h
@@ -85,12 +85,12 @@ enum mpeg_malloc_reason_t
85#define GRAY_VIDEO_FLUSH_ICACHE() 85#define GRAY_VIDEO_FLUSH_ICACHE()
86#define GRAY_VIDEO_INVALIDATE_ICACHE() 86#define GRAY_VIDEO_INVALIDATE_ICACHE()
87#else 87#else
88#include "gray.h" 88#include "grey.h"
89#define DRAW_BLACK GRAY_BLACK 89#define DRAW_BLACK GREY_BLACK
90#define DRAW_DARKGRAY GRAY_DARKGRAY 90#define DRAW_DARKGRAY GREY_DARKGRAY
91#define DRAW_LIGHTGRAY GRAY_LIGHTGRAY 91#define DRAW_LIGHTGRAY GREY_LIGHTGRAY
92#define DRAW_WHITE GRAY_WHITE 92#define DRAW_WHITE GREY_WHITE
93#define lcd_(fn) gray_##fn 93#define lcd_(fn) grey_##fn
94 94
95#define GRAY_FLUSH_ICACHE() \ 95#define GRAY_FLUSH_ICACHE() \
96 IF_COP(flush_icache()) 96 IF_COP(flush_icache())