summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index f9f7e42b80..96d55abfd1 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -462,6 +462,11 @@ static const struct plugin_api rockbox_api = {
462 lcd_remote_bitmap_part, 462 lcd_remote_bitmap_part,
463 lcd_remote_bitmap, 463 lcd_remote_bitmap,
464#endif 464#endif
465
466#if (CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO) && \
467 !defined(SIMULATOR)
468 lcd_yuv_blit,
469#endif
465}; 470};
466 471
467int plugin_load(const char* plugin, void* parameter) 472int plugin_load(const char* plugin, void* parameter)