summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/SUBDIRS2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 9c7745fd24..d94a247f35 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -48,9 +48,11 @@ doom
48midi 48midi
49/* beatbox */ 49/* beatbox */
50#ifndef RB_PROFILE 50#ifndef RB_PROFILE
51#if MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
51mpegplayer 52mpegplayer
52#endif 53#endif
53#endif 54#endif
55#endif
54 56
55/* Lua needs at least 160 KB to work in */ 57/* Lua needs at least 160 KB to work in */
56#if (PLUGIN_BUFFER_SIZE >= 0x80000) 58#if (PLUGIN_BUFFER_SIZE >= 0x80000)