summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWincent Balin <wincent@rockbox.org>2009-08-04 16:02:40 +0000
committerWincent Balin <wincent@rockbox.org>2009-08-04 16:02:40 +0000
commit837267247a7093ae4cf33c8417b343391bfdcdd0 (patch)
tree19698c28097fe7b035fd4210bc40fc764e105119
parent1f9675227ac7a47bf231f5095ce93b48f7ba5fbe (diff)
downloadrockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.tar.gz
rockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.zip
Insert pdbox into build system, currently only for H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22160 a1c6a512-1295-4272-9138-f99709370657
-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