From 6fc558b2dbdfbda7231fb995aa81f7c85930223e Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 24 Jan 2009 09:29:22 +0000 Subject: 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 --- apps/recorder/albumart.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/recorder/albumart.h') 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 @@ #ifndef _ALBUMART_H_ #define _ALBUMART_H_ -#ifdef HAVE_ALBUMART +#if defined(HAVE_ALBUMART) || defined(PLUGIN) #include #include "metadata.h" -- cgit v1.2.3