From d2ffe43e1e6993174da4d58cc1a0998330c37b90 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 2 May 2009 04:36:24 +0000 Subject: Fix red. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20842 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/feature_wrappers.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps') 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 -- cgit v1.2.3