From 6700ad8f206d0beba92e22680504ae6ba2b7d74c Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 4 Feb 2005 12:41:09 +0000 Subject: adapted to build on iRiver git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5784 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/oscillograph.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/plugins/oscillograph.c') diff --git a/apps/plugins/oscillograph.c b/apps/plugins/oscillograph.c index 5beeb8891b..50e18e5a9f 100644 --- a/apps/plugins/oscillograph.c +++ b/apps/plugins/oscillograph.c @@ -20,6 +20,7 @@ #ifdef HAVE_LCD_BITMAP #ifndef SIMULATOR /* don't want this code in the simulator */ +#if CONFIG_HWCODEC != MASNONE /* only for MAS-targets */ /* The different drawing modes */ #define DRAW_MODE_FILLED 0 @@ -241,5 +242,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) return PLUGIN_OK; } +#endif /* if using MAS */ #endif /* #ifndef SIMULATOR */ #endif -- cgit v1.2.3