summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/feature_wrappers.h
diff options
context:
space:
mode:
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