summaryrefslogtreecommitdiff
path: root/apps/plugins/SUBDIRS
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2010-02-10 19:44:11 +0000
committerFrank Gevaerts <frank@gevaerts.be>2010-02-10 19:44:11 +0000
commit43264a946f0222e49ac2c10da7d00b36efc3f40e (patch)
treed0ef77e8280819bfc23f9ef101e1374011ad6e1b /apps/plugins/SUBDIRS
parentfa4ab10bbbd5b3588bc0e7057b338d1068939fda (diff)
downloadrockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.tar.gz
rockbox-43264a946f0222e49ac2c10da7d00b36efc3f40e.zip
New plugin: FFT, A frequency analyzer plugin
There is some more work needed: - Keymaps are definitely not perfect, touchscreen targets are disabled due to no keymap - There is no manual yet Author: Delyan Kratunov Flyspray: FS#10065 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24587 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
-rw-r--r--apps/plugins/SUBDIRS3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS
index 99d3060459..a0d68af510 100644
--- a/apps/plugins/SUBDIRS
+++ b/apps/plugins/SUBDIRS
@@ -19,6 +19,9 @@ rockboy
19#ifdef HAVE_TAGCACHE 19#ifdef HAVE_TAGCACHE
20pictureflow 20pictureflow
21#endif 21#endif
22#if CONFIG_CODEC == SWCODEC && !defined(HAVE_TOUCHSCREEN)
23fft
24#endif
22chessbox 25chessbox
23fractals 26fractals
24imageviewer 27imageviewer