diff options
| author | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-11 23:10:09 +0000 |
|---|---|---|
| committer | Tomer Shalev <shalev.tomer@gmail.com> | 2010-02-11 23:10:09 +0000 |
| commit | 726088f9e64d799b7f2911f34fc5fb6db269be2e (patch) | |
| tree | 64bc1be4ea75a58eba5214584c61ee7efd4d38ef /apps/plugins/SUBDIRS | |
| parent | 05577e48a876bc3e6304c0b2c8459786738fc425 (diff) | |
| download | rockbox-726088f9e64d799b7f2911f34fc5fb6db269be2e.zip rockbox-726088f9e64d799b7f2911f34fc5fb6db269be2e.tar.gz rockbox-726088f9e64d799b7f2911f34fc5fb6db269be2e.tar.bz2 rockbox-726088f9e64d799b7f2911f34fc5fb6db269be2e.tar.xz | |
fft plugin: add touchscreen key-mapping and enable plugin for touchscreen targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24611 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/SUBDIRS')
| -rw-r--r-- | apps/plugins/SUBDIRS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/SUBDIRS b/apps/plugins/SUBDIRS index a0d68af..1c7f969 100644 --- a/apps/plugins/SUBDIRS +++ b/apps/plugins/SUBDIRS @@ -19,7 +19,7 @@ rockboy #ifdef HAVE_TAGCACHE pictureflow #endif -#if CONFIG_CODEC == SWCODEC && !defined(HAVE_TOUCHSCREEN) +#if (CONFIG_CODEC == SWCODEC) fft #endif chessbox |