diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 7ebb2aa..33a6194 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -643,8 +643,12 @@ static const struct plugin_api rockbox_api = { lcd_pal256_update_pal, #endif #endif -#if defined(HAVE_LCD_BITMAP) && LCD_DEPTH > 1 +#ifdef HAVE_LCD_BITMAP +#if LCD_DEPTH > 1 read_jpeg_file, + read_jpeg_fd, +#endif + read_bmp_fd, #endif }; |