summaryrefslogtreecommitdiff
path: root/apps/plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.c')
-rw-r--r--apps/plugin.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c
index 7ebb2aa12f..33a6194c53 100644
--- a/apps/plugin.c
+++ b/apps/plugin.c
@@ -643,8 +643,12 @@ 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 646#ifdef HAVE_LCD_BITMAP
647#if LCD_DEPTH > 1
647 read_jpeg_file, 648 read_jpeg_file,
649 read_jpeg_fd,
650#endif
651 read_bmp_fd,
648#endif 652#endif
649}; 653};
650 654