diff options
author | Jens Arnold <amiconn@rockbox.org> | 2010-05-24 23:13:17 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2010-05-24 23:13:17 +0000 |
commit | dba636a0fa33e2463c8f8ac3daa0b21f2797188c (patch) | |
tree | 57d20d76f0ed51d1adcc98ad0bf1084932eb8dfa /apps | |
parent | 2aed6b0da8d610181d0bd061b4c03e5470eaddde (diff) |
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
Diffstat (limited to 'apps')
-rw-r--r-- | apps/plugins/SOURCES | 6 |
1 files changed, 6 insertions, 0 deletions
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 |