diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-12 11:09:07 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-12 11:09:07 +0000 |
commit | f462c1b109f15b745aa2a44fe1ae44822a7ddb51 (patch) | |
tree | 9f34cf3905472d4788812c1aabf90a99f0bfe898 /apps | |
parent | 8a2187136f1f7e48693ca8369c82fb77a02cd500 (diff) |
some test plugins have dependencies
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25603 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 b4d0365ac4..eaaf9162bc 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -182,9 +182,13 @@ remote_control.c #endif #ifdef HAVE_TEST_PLUGINS /* enable in advanced build options */ +#ifdef HAVE_ADJUSTABLE_CPU_FREQ test_boost.c +#endif test_codec.c +#ifdef HAVE_JPEG test_core_jpeg.c +#endif test_disk.c test_fps.c test_gfx.c @@ -194,7 +198,9 @@ test_greylib_bitmap_scale.c #endif test_mem.c test_mem_jpeg.c +#ifdef HAVE_LCD_COLOR test_resize.c +#endif test_sampr.c test_scanrate.c #ifdef HAVE_TOUCHSCREEN |