forked from len0rd/rockbox
Fix red.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20842 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a8912a0c41
commit
d2ffe43e1e
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,6 @@
|
||||||
*/
|
*/
|
||||||
#ifdef HAVE_ALBUMART
|
#ifdef HAVE_ALBUMART
|
||||||
#define search_albumart_files rb->search_albumart_files
|
#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
|
#endif
|
||||||
|
|
||||||
/* This should only be used when loading scaled bitmaps, or using custom output
|
/* This should only be used when loading scaled bitmaps, or using custom output
|
||||||
|
@ -44,6 +42,8 @@
|
||||||
#if LCD_DEPTH > 1
|
#if LCD_DEPTH > 1
|
||||||
#define scaled_read_bmp_file rb->read_bmp_file
|
#define scaled_read_bmp_file rb->read_bmp_file
|
||||||
#define scaled_read_bmp_fd rb->read_bmp_fd
|
#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
|
#else
|
||||||
#define scaled_read_bmp_file read_bmp_file
|
#define scaled_read_bmp_file read_bmp_file
|
||||||
#define scaled_read_bmp_fd read_bmp_fd
|
#define scaled_read_bmp_fd read_bmp_fd
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue