From 7013d0c48da6db654a1d51f23ceae95aa4c2b111 Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Thu, 26 Jan 2012 23:59:23 +0100 Subject: application: Enable chipper and fft plugins. They force grid mode but don't need graphics so good enough for now. Change-Id: I711a1a22f1866ed25196614f343ab51967bf3a4b --- apps/plugins/SUBDIRS.app_build | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/plugins/SUBDIRS.app_build') diff --git a/apps/plugins/SUBDIRS.app_build b/apps/plugins/SUBDIRS.app_build index 0e0285741f..32fda68425 100644 --- a/apps/plugins/SUBDIRS.app_build +++ b/apps/plugins/SUBDIRS.app_build @@ -8,6 +8,10 @@ */ #ifdef HAVE_LCD_BITMAP +#if CONFIG_CODEC == SWCODEC && PLUGIN_BUFFER_SIZE > 0x20000 +fft +#endif + #ifdef HAVE_TAGCACHE pictureflow #endif -- cgit v1.2.3