summaryrefslogtreecommitdiff
path: root/apps/recorder/albumart.h
diff options
context:
space:
mode:
authorAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 09:29:22 +0000
committerAndrew Mahone <andrew.mahone@gmail.com>2009-01-24 09:29:22 +0000
commit6fc558b2dbdfbda7231fb995aa81f7c85930223e (patch)
treecb2b4728f16f15ae477d9cb67e9a16611ce9544e /apps/recorder/albumart.h
parent3f7d1377256263e366c9ff1d5096da2a078f2c3e (diff)
downloadrockbox-6fc558b2dbdfbda7231fb995aa81f7c85930223e.tar.gz
rockbox-6fc558b2dbdfbda7231fb995aa81f7c85930223e.zip
plugins/lib/feature_wrappers.h to provide easy access to some feature that may be in either API or pluginlib depending on target
pictureflow modified to use feature wrappers, and built on all targets that have tagcache and are swcodec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19837 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/albumart.h')
-rw-r--r--apps/recorder/albumart.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/albumart.h b/apps/recorder/albumart.h
index ecfdb9c9ed..edf464fb7a 100644
--- a/apps/recorder/albumart.h
+++ b/apps/recorder/albumart.h
@@ -22,7 +22,7 @@
22#ifndef _ALBUMART_H_ 22#ifndef _ALBUMART_H_
23#define _ALBUMART_H_ 23#define _ALBUMART_H_
24 24
25#ifdef HAVE_ALBUMART 25#if defined(HAVE_ALBUMART) || defined(PLUGIN)
26 26
27#include <stdbool.h> 27#include <stdbool.h>
28#include "metadata.h" 28#include "metadata.h"