diff options
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 96ad535863..5d24bee8f6 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -79,7 +79,7 @@ wolf3d.c #endif #endif -#if PLUGIN_BUFFER_SIZE <= 0x20000 && defined(HAVE_LCD_BITMAP) +#if PLUGIN_BUFFER_SIZE <= 0x20000 #if CONFIG_KEYPAD != SANSA_M200_PAD \ && CONFIG_KEYPAD != HM60X_PAD @@ -92,7 +92,7 @@ chessbox.c goban.c pictureflow.c -#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 && HAVE_LCD_BITMAP */ +#endif /* PLUGIN_BUFFER_SIZE <= 0x20000 */ #if defined(IRIVER_H100_SERIES) iriver_flash.c @@ -106,8 +106,6 @@ crypt_firmware.c metronome.c -#ifdef HAVE_LCD_BITMAP /* Not for the Archos Player */ - 2048.c /* Lua needs at least 160 KB to work in */ @@ -173,8 +171,6 @@ rockpaint.c rocklife.c -#endif /* HAVE_LCD_BITMAP */ - #if LCD_DEPTH > 1 /* non-mono bitmap targets */ matrix.c @@ -198,7 +194,6 @@ test_codec.c test_core_jpeg.c #endif test_disk.c -#ifdef HAVE_LCD_BITMAP test_fps.c test_gfx.c #if LCD_DEPTH < 4 && !defined(SIMULATOR) @@ -208,11 +203,8 @@ test_scanrate.c test_grey.c test_greylib_bitmap_scale.c #endif -#endif test_mem.c -#ifdef HAVE_LCD_BITMAP test_mem_jpeg.c -#endif #ifdef HAVE_LCD_COLOR test_resize.c #endif |