Insert pdbox into build system, currently only for H300.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22160 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Wincent Balin 2009-08-04 16:02:40 +00:00
parent 1f9675227a
commit 837267247a

View file

@ -53,6 +53,10 @@ midi
#ifndef RB_PROFILE #ifndef RB_PROFILE
#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */ #if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
mpegplayer mpegplayer
#if defined(IRIVER_H300_SERIES)
/* PDBox is confirmed to run on these player models. */
pdbox
#endif
#endif #endif
#endif #endif
#endif #endif