diff options
author | Nils Wallménius <nils@rockbox.org> | 2010-05-17 11:58:22 +0000 |
---|---|---|
committer | Nils Wallménius <nils@rockbox.org> | 2010-05-17 11:58:22 +0000 |
commit | 9fde12676b382a31a10c58e2473edfde460e4d73 (patch) | |
tree | 3dae741b0d80d97a58198a7ba87b859669676700 /apps/plugins/fft/SOURCES | |
parent | 487b24cbf5ee03258828a3e2374114b3b2995fff (diff) |
fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26100 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fft/SOURCES')
-rw-r--r-- | apps/plugins/fft/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/fft/SOURCES b/apps/plugins/fft/SOURCES index ebe5f3067b..6f02419f85 100644 --- a/apps/plugins/fft/SOURCES +++ b/apps/plugins/fft/SOURCES @@ -1,3 +1,4 @@ +const.c kiss_fft.c kiss_fftr.c fft.c |