diff options
| author | Wincent Balin <wincent@rockbox.org> | 2009-08-04 16:02:40 +0000 |
|---|---|---|
| committer | Wincent Balin <wincent@rockbox.org> | 2009-08-04 16:02:40 +0000 |
| commit | 837267247a7093ae4cf33c8417b343391bfdcdd0 (patch) | |
| tree | 19698c28097fe7b035fd4210bc40fc764e105119 /apps/plugins | |
| parent | 1f9675227ac7a47bf231f5095ce93b48f7ba5fbe (diff) | |
| download | rockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.zip rockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.tar.gz rockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.tar.bz2 rockbox-837267247a7093ae4cf33c8417b343391bfdcdd0.tar.xz | |
Insert pdbox into build system, currently only for H300.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22160 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/SUBDIRS | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 7693457..6416cab 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -53,6 +53,10 @@ midi #ifndef RB_PROFILE #if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */ mpegplayer +#if defined(IRIVER_H300_SERIES) +/* PDBox is confirmed to run on these player models. */ +pdbox +#endif #endif #endif #endif |