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 | |
| parent | f462c1b109f15b745aa2a44fe1ae44822a7ddb51 (diff) | |
| download | rockbox-2252b2dcec4a8a6ae8e54834e05351b46b632804.zip rockbox-2252b2dcec4a8a6ae8e54834e05351b46b632804.tar.gz rockbox-2252b2dcec4a8a6ae8e54834e05351b46b632804.tar.bz2 rockbox-2252b2dcec4a8a6ae8e54834e05351b46b632804.tar.xz | |
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')
| -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 eaaf916..9ea3db0 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 |