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/oscilloscope.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'apps/plugins/oscilloscope.c') diff --git a/apps/plugins/oscilloscope.c b/apps/plugins/oscilloscope.c index cfb8330134..caa09a0ed4 100644 --- a/apps/plugins/oscilloscope.c +++ b/apps/plugins/oscilloscope.c @@ -23,6 +23,7 @@ #include "plugin.h" #ifdef HAVE_LCD_BITMAP /* and also not for the Player */ +#if CONFIG_HWCODEC != MASNONE /* only for MAS-targets */ /* The different drawing modes */ #define DRAW_MODE_FILLED 0 @@ -269,5 +270,6 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) cleanup(NULL); return PLUGIN_OK; } -#endif -#endif +#endif /* if using MAS */ +#endif /* if HAVE_LCD_BITMAP */ +#endif /* SIMULATOR */ -- cgit v1.2.3