diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-12 11:57:39 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-04-12 11:57:39 +0000 |
commit | 2252b2dcec4a8a6ae8e54834e05351b46b632804 (patch) | |
tree | f8dcf5aa97b178e367422f7f419c33911396a1ff /apps/plugins/SOURCES | |
parent | f462c1b109f15b745aa2a44fe1ae44822a7ddb51 (diff) |
test_codec is SWCODEC only
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25604 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SOURCES')
-rw-r--r-- | apps/plugins/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index eaaf9162bc..9ea3db051a 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -185,7 +185,9 @@ remote_control.c #ifdef HAVE_ADJUSTABLE_CPU_FREQ test_boost.c #endif +#if CONFIG_CODEC == SWCODEC test_codec.c +#endif #ifdef HAVE_JPEG test_core_jpeg.c #endif |