summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorWincent Balin <wincent@rockbox.org>2010-06-03 22:03:37 +0000
committerWincent Balin <wincent@rockbox.org>2010-06-03 22:03:37 +0000
commit2e5b1b1a9cab0ff19170815fda13f40268126027 (patch)
treef5bdfad43f09a329c7b07d15b0d5f44505ce7ecd /apps/plugins/SUBDIRS
parent2438d8b58467d9498ab2009636d3df50447390bc (diff)
downloadrockbox-2e5b1b1a9cab0ff19170815fda13f40268126027.tar.gz
rockbox-2e5b1b1a9cab0ff19170815fda13f40268126027.zip
pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods.
Changes by Buschel: * Reduced footprint by making cosine table of size 1^13 instead of 1^15 * Corrected interpolation in the cos~ object * Optimized multiplication on ARM platforms git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26534 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 1d0d76e9a3..a6b5cda363 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -74,7 +74,9 @@ midi
74 74
75/* beatbox */ 75/* beatbox */
76#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \ 76#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES) || \
77 (CONFIG_KEYPAD == SANSA_FUZE_PAD) 77 (CONFIG_KEYPAD == SANSA_FUZE_PAD) || \
78 (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_3G_PAD) || \
79 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
78/* PDBox is confirmed to run on these player models. */ 80/* PDBox is confirmed to run on these player models. */
79pdbox 81pdbox
80#endif 82#endif