summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/buffering.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/buffering.c b/apps/buffering.c
index 91b3995..4176f27 100644
--- a/apps/buffering.c
+++ b/apps/buffering.c
@@ -892,7 +892,7 @@ int bufopen(const char *file, size_t offset, enum data_type type)
h->available = 0;
h->type = type;
-#ifdef HAVE_LCD_BITMAP
+#ifdef HAVE_ALBUMART
if (type == TYPE_BITMAP) {
/* Bitmap file: we load the data instead of the file */
mutex_lock(&llist_mutex); /* Lock because load_bitmap yields */