summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 46ab6e6429..c9f649b096 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -152,7 +152,8 @@ static const struct plugin_api rockbox_api = {
152 lcd_blit_yuv, 152 lcd_blit_yuv,
153#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \ 153#if defined(TOSHIBA_GIGABEAT_F) || defined(SANSA_E200) || defined(SANSA_C200) \
154 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \ 154 || defined(IRIVER_H10) || defined(COWON_D2) || defined(PHILIPS_HDD1630) \
155 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(TOSHIBA_GIGABEAT_S) 155 || defined(SANSA_FUZE) || defined(SANSA_E200V2) || defined(SANSA_FUZEV2) \
156 || defined(TOSHIBA_GIGABEAT_S)
156 lcd_yuv_set_options, 157 lcd_yuv_set_options,
157#endif 158#endif
158#endif /* MEMORYSIZE > 2 */ 159#endif /* MEMORYSIZE > 2 */