From 6a79cd5d4d9c15b32641efadb3f562503a86923a Mon Sep 17 00:00:00 2001 From: amiconn Date: Mon, 24 May 2010 23:13:17 +0000 Subject: [PATCH] Test plugins: * test_sampr.c is swcodec only * Several plugins are bitmap only. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26271 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SOURCES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 6a126f3f1..dbb584394 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -221,17 +221,23 @@ test_core_jpeg.c #endif test_disk.c test_fps.c +#ifdef HAVE_LCD_BITMAP test_gfx.c #ifndef HAVE_LCD_COLOR 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 +#if CONFIG_CODEC == SWCODEC test_sampr.c +#endif test_scanrate.c #ifdef HAVE_TOUCHSCREEN test_touchscreen.c -- 2.11.4.GIT