diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-02-26 13:37:42 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-02-26 13:37:42 +0000 |
commit | 6a972e02497d3015236189f72931c3d59fa51755 (patch) | |
tree | 0c0185dd66b47d7d1ee2d91e4a3ffb6dbabcc7d1 /apps/plugins/grayscale.c | |
parent | 14fe89aa8d2ef05595bdba0e0b78f021f3e8d087 (diff) |
Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/grayscale.c')
-rw-r--r-- | apps/plugins/grayscale.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/grayscale.c b/apps/plugins/grayscale.c index ff94e6ae8c..4ca2ba09b3 100644 --- a/apps/plugins/grayscale.c +++ b/apps/plugins/grayscale.c @@ -19,7 +19,6 @@ * ****************************************************************************/ -#ifndef SIMULATOR /* not for simulator by now */ #include "plugin.h" #if defined(HAVE_LCD_BITMAP) && (LCD_DEPTH < 4) && (CONFIG_LCD != LCD_IPOD2BPP) @@ -336,5 +335,4 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter) } #endif // #ifdef HAVE_LCD_BITMAP -#endif // #ifndef SIMULATOR |