summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/feature_wrappers.h
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-05-02 02:39:13 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-05-02 02:39:13 +0000
commit75f2629778a55d5b59ecb57e326879964610b063 (patch)
treeda07401068862011c267dac3db21850a3e1c9677 /apps/plugins/lib/feature_wrappers.h
parentb40878043c521c82a8c5d1ca603180fd112d50d6 (diff)
downloadrockbox-75f2629778a55d5b59ecb57e326879964610b063.tar.gz
rockbox-75f2629778a55d5b59ecb57e326879964610b063.zip
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
Diffstat (limited to 'apps/plugins/lib/feature_wrappers.h')
-rw-r--r--apps/plugins/lib/feature_wrappers.h2
1 files changed, 2 insertions, 0 deletions
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 @@
32 */ 32 */
33#ifdef HAVE_ALBUMART 33#ifdef HAVE_ALBUMART
34#define search_albumart_files rb->search_albumart_files 34#define search_albumart_files rb->search_albumart_files
35#define read_jpeg_file rb->read_jpeg_file
36#define read_jpeg_fd rb->read_jpeg_fd
35#endif 37#endif
36 38
37/* This should only be used when loading scaled bitmaps, or using custom output 39/* This should only be used when loading scaled bitmaps, or using custom output