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 bbc5d7d15c..6641fe2ee1 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -464,7 +464,8 @@ static const struct plugin_api rockbox_api = {
464#endif 464#endif
465 465
466#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ 466#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \
467 || CONFIG_LCD == LCD_H300) && !defined(SIMULATOR) 467 || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO) && \
468 !defined(SIMULATOR)
468 lcd_yuv_blit, 469 lcd_yuv_blit,
469#endif 470#endif
470 471