summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 6416cab234..587050fb94 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -50,13 +50,13 @@ doom
50#if CONFIG_CODEC == SWCODEC 50#if CONFIG_CODEC == SWCODEC
51midi 51midi
52/* beatbox */ 52/* beatbox */
53#ifndef RB_PROFILE 53#if defined(IRIVER_H300_SERIES) || defined(IRIVER_H100_SERIES)
54#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
55mpegplayer
56#if defined(IRIVER_H300_SERIES)
57/* PDBox is confirmed to run on these player models. */ 54/* PDBox is confirmed to run on these player models. */
58pdbox 55pdbox
59#endif 56#endif
57#ifndef RB_PROFILE
58#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
59mpegplayer
60#endif 60#endif
61#endif 61#endif
62#endif 62#endif