summaryrefslogtreecommitdiff
path: root/apps/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2012-02-08 14:55:37 -0500
committerMichael Sevakis <jethead71@rockbox.org>2012-02-08 14:55:37 -0500
commit1ab9d14c77adc241ff1b126f216dbac8dd34e3fc (patch)
tree98753a48ad4a9ca821df0517a6a12e603bf070e2 /apps/SOURCES
parentb0478726e4b197caa8c2e50b2b6681e1aa1decf7 (diff)
downloadrockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.tar.gz
rockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.zip
Move to compressor out of dsp.c and into its own source to reduce DSP clutter.
A bit of a rough job for the moment but all works. Change-Id: Id40852e0dec99caee02f943d0da8a1cdc16f022a
Diffstat (limited to 'apps/SOURCES')
-rw-r--r--apps/SOURCES1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES
index 53a67fd307..e1990217ca 100644
--- a/apps/SOURCES
+++ b/apps/SOURCES
@@ -169,6 +169,7 @@ codec_thread.c
169playback.c 169playback.c
170codecs.c 170codecs.c
171dsp.c 171dsp.c
172compressor.c
172#ifndef HAVE_HARDWARE_BEEP 173#ifndef HAVE_HARDWARE_BEEP
173beep.c 174beep.c
174#endif 175#endif