From 3749d1ad298abea9235820dce64c45d1276de8e8 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Thu, 2 Feb 2006 21:39:09 +0000 Subject: Oops - fix the builds broken by the backdrop image patch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8537 a1c6a512-1295-4272-9138-f99709370657 --- apps/onplay.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/onplay.c') diff --git a/apps/onplay.c b/apps/onplay.c index c994b04695..167889e824 100644 --- a/apps/onplay.c +++ b/apps/onplay.c @@ -49,8 +49,9 @@ #include "action.h" #include "splash.h" #include "yesno.h" +#ifdef HAVE_LCD_COLOR #include "backdrop.h" - +#endif #ifdef HAVE_LCD_BITMAP #include "icons.h" #endif @@ -538,7 +539,9 @@ int onplay(char* file, int attr, int from) { struct menu_item items[8]; /* increase this if you add entries! */ int m, i=0, result; +#if HAVE_LCD_COLOR char *suffix; +#endif onplay_result = ONPLAY_OK; context=from; -- cgit v1.2.3