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 d1e9a79..7ebb2aa 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -643,6 +643,9 @@ static const struct plugin_api rockbox_api = {
lcd_pal256_update_pal,
#endif
#endif
+#if defined(HAVE_LCD_BITMAP) && LCD_DEPTH > 1
+ read_jpeg_file,
+#endif
};
int plugin_load(const char* plugin, const void* parameter)