summaryrefslogtreecommitdiffstats
path: root/apps/plugins
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-05-02 04:36:24 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-05-02 04:36:24 +0000
commitd2ffe43e1e6993174da4d58cc1a0998330c37b90 (patch)
treec97423224170bb04d4b1f6b19dcd64f822ae04e2 /apps/plugins
parenta8912a0c41e70bbcdfe5dc33c054ef72f03834a2 (diff)
downloadrockbox-d2ffe43e1e6993174da4d58cc1a0998330c37b90.tar.gz
rockbox-d2ffe43e1e6993174da4d58cc1a0998330c37b90.zip
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20842 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/lib/feature_wrappers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/lib/feature_wrappers.h b/apps/plugins/lib/feature_wrappers.h
index cf840e6d57..3f47f23c00 100644
--- a/apps/plugins/lib/feature_wrappers.h
+++ b/apps/plugins/lib/feature_wrappers.h
@@ -32,8 +32,6 @@
*/
#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
@@ -44,6 +42,8 @@
#if LCD_DEPTH > 1
#define scaled_read_bmp_file rb->read_bmp_file
#define scaled_read_bmp_fd rb->read_bmp_fd
+#define read_jpeg_file rb->read_jpeg_file
+#define read_jpeg_fd rb->read_jpeg_fd
#else
#define scaled_read_bmp_file read_bmp_file
#define scaled_read_bmp_fd read_bmp_fd