diff options
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r-- | apps/plugins/SUBDIRS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index 5fd2d433c7..2c8e43c837 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -37,7 +37,7 @@ rockboy pictureflow #endif -#if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000 +#if PLUGIN_BUFFER_SIZE > 0x20000 fft #endif @@ -70,9 +70,6 @@ pacbox doom #endif -/* For all the swcodec targets */ -#if CONFIG_CODEC == SWCODEC - #if MEMORYSIZE > 2 /* we need a lot of RAM for instruments */ midi mikmod @@ -91,8 +88,6 @@ pdbox mpegplayer #endif -#endif /* CONFIG_CODEC == SWCODEC */ - /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 lua |