From dba636a0fa33e2463c8f8ac3daa0b21f2797188c Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 24 May 2010 23:13:17 +0000 Subject: 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(+) (limited to 'apps') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index 6a126f3f14..dbb5843940 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 -- cgit v1.2.3