From 9b0b6584f8fa6729ffafb2d38b3dc79751d5d9f4 Mon Sep 17 00:00:00 2001 From: Andrew Mahone Date: Sat, 24 Jan 2009 09:53:18 +0000 Subject: fix yellow - don't build pluginlib_albumart.c on non-bitmap targets git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19840 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/SOURCES | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index e99a449e98..6fca04ae91 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -45,13 +45,13 @@ pluginlib_bmp.c #ifdef HAVE_LCD_COLOR bmp_smooth_scale.c #endif +#ifndef HAVE_ALBUMART +pluginlib_albumart.c +#endif #endif pluginlib_actions.c helper.c #ifdef HAVE_TOUCHSCREEN touchscreen.c #endif -#ifndef HAVE_ALBUMART -pluginlib_albumart.c -#endif md5.c -- cgit v1.2.3