diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 33a6194..2d996a4 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -644,7 +644,7 @@ static const struct plugin_api rockbox_api = { #endif #endif #ifdef HAVE_LCD_BITMAP -#if LCD_DEPTH > 1 +#ifdef HAVE_JPEG read_jpeg_file, read_jpeg_fd, #endif |