From 75f2629778a55d5b59ecb57e326879964610b063 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 2 May 2009 02:39:13 +0000 Subject: Add read_jpeg_* to feature_wrappers.h, add import-from-core for jpeg_load.c on mono targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20839 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/feature_wrappers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/lib/feature_wrappers.h') diff --git a/apps/plugins/lib/feature_wrappers.h b/apps/plugins/lib/feature_wrappers.h index 52750acb61..22ce779fcd 100644 --- a/apps/plugins/lib/feature_wrappers.h +++ b/apps/plugins/lib/feature_wrappers.h @@ -32,6 +32,8 @@ */ #ifdef HAVE_ALBUMART #define search_albumart_files rb->search_albumart_files +#define read_jpeg_file rb->read_jpeg_file +#define read_jpeg_fd rb->read_jpeg_fd #endif /* This should only be used when loading scaled bitmaps, or using custom output -- cgit v1.2.3