From 60d420938372477226184fb9012de7f6b4ea2d83 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Fri, 1 May 2009 23:24:23 +0000 Subject: Add core JPEG reader, adapted from the JPEG plugin's decoder, with some changes to prevent include conflicts between the two decoders. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20836 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugin.c') 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 = { 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) -- cgit v1.2.3