From 837267247a7093ae4cf33c8417b343391bfdcdd0 Mon Sep 17 00:00:00 2001 From: Wincent Balin Date: Tue, 4 Aug 2009 16:02:40 +0000 Subject: Insert pdbox into build system, currently only for H300. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22160 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/SUBDIRS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SUBDIRS') 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 #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 -- cgit v1.2.3