forked from len0rd/rockbox
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
This commit is contained in:
parent
b40878043c
commit
75f2629778
3 changed files with 30 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue