summaryrefslogtreecommitdiff
path: root/apps/onplay.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-02 21:39:09 +0000
committerDave Chapman <dave@dchapman.com>2006-02-02 21:39:09 +0000
commit3749d1ad298abea9235820dce64c45d1276de8e8 (patch)
tree5d30118d9e9a9b80c00aa1e29599ee2350f00a73 /apps/onplay.c
parentd9e5b67b71cf246c11da8a9083af21752ac7bd15 (diff)
downloadrockbox-3749d1ad298abea9235820dce64c45d1276de8e8.tar.gz
rockbox-3749d1ad298abea9235820dce64c45d1276de8e8.zip
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
Diffstat (limited to 'apps/onplay.c')
-rw-r--r--apps/onplay.c5
1 files changed, 4 insertions, 1 deletions
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 @@
49#include "action.h" 49#include "action.h"
50#include "splash.h" 50#include "splash.h"
51#include "yesno.h" 51#include "yesno.h"
52#ifdef HAVE_LCD_COLOR
52#include "backdrop.h" 53#include "backdrop.h"
53 54#endif
54#ifdef HAVE_LCD_BITMAP 55#ifdef HAVE_LCD_BITMAP
55#include "icons.h" 56#include "icons.h"
56#endif 57#endif
@@ -538,7 +539,9 @@ int onplay(char* file, int attr, int from)
538{ 539{
539 struct menu_item items[8]; /* increase this if you add entries! */ 540 struct menu_item items[8]; /* increase this if you add entries! */
540 int m, i=0, result; 541 int m, i=0, result;
542#if HAVE_LCD_COLOR
541 char *suffix; 543 char *suffix;
544#endif
542 545
543 onplay_result = ONPLAY_OK; 546 onplay_result = ONPLAY_OK;
544 context=from; 547 context=from;