summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS4
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
78pdbox 78pdbox
79#endif 79#endif
80 80
81#if !defined(RB_PROFILE) && MEMORYSIZE > 2 /* mpegplayer allocates at least 2MB of RAM */
82mpegplayer
83#endif
84
81/* Lua needs at least 160 KB to work in */ 85/* Lua needs at least 160 KB to work in */
82#if PLUGIN_BUFFER_SIZE >= 0x80000 86#if PLUGIN_BUFFER_SIZE >= 0x80000
83lua 87lua