summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/SUBDIRS4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 76934579a9..6416cab234 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -53,6 +53,10 @@ midi
53#ifndef RB_PROFILE 53#ifndef RB_PROFILE
54#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */ 54#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
55mpegplayer 55mpegplayer
56#if defined(IRIVER_H300_SERIES)
57/* PDBox is confirmed to run on these player models. */
58pdbox
59#endif
56#endif 60#endif
57#endif 61#endif
58#endif 62#endif