summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/albumart.c')
-rw-r--r--apps/recorder/albumart.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/albumart.c b/apps/recorder/albumart.c
index babf63ef1c..e0977f738a 100644
--- a/apps/recorder/albumart.c
+++ b/apps/recorder/albumart.c
@@ -204,6 +204,7 @@ bool search_albumart_files(const struct mp3entry *id3, const char *size_string,
204 return true; 204 return true;
205} 205}
206 206
207#ifdef HAVE_ALBUMART
207/* Look for albumart bitmap in the same dir as the track and in its parent dir. 208/* Look for albumart bitmap in the same dir as the track and in its parent dir.
208 * Stores the found filename in the buf parameter. 209 * Stores the found filename in the buf parameter.
209 * Returns true if a bitmap was found, false otherwise */ 210 * Returns true if a bitmap was found, false otherwise */
@@ -306,3 +307,4 @@ void get_albumart_size(struct bitmap *bmp)
306 bmp->width = data->albumart_max_width; 307 bmp->width = data->albumart_max_width;
307 bmp->height = data->albumart_max_height; 308 bmp->height = data->albumart_max_height;
308} 309}
310#endif /* HAVE_ALBUMART */