diff options
Diffstat (limited to 'apps/plugins/SUBDIRS')
-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 23cd029ccc..4cb57edb1b 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -78,6 +78,10 @@ mikmod pdbox #endif +#if !defined(RB_PROFILE) && MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */ +mpegplayer +#endif + /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 lua |