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, 3 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index d1e9a7949b..7ebb2aa12f 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -643,6 +643,9 @@ static const struct plugin_api rockbox_api = {
643 lcd_pal256_update_pal, 643 lcd_pal256_update_pal,
644#endif 644#endif
645#endif 645#endif
646#if defined(HAVE_LCD_BITMAP) && LCD_DEPTH > 1
647 read_jpeg_file,
648#endif
646}; 649};
647 650
648int plugin_load(const char* plugin, const void* parameter) 651int plugin_load(const char* plugin, const void* parameter)