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:
parent
1f9675227a
commit
837267247a
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue