diff options
| author | Michael Sevakis <jethead71@rockbox.org> | 2012-02-08 14:55:37 -0500 |
|---|---|---|
| committer | Michael Sevakis <jethead71@rockbox.org> | 2012-02-08 14:55:37 -0500 |
| commit | 1ab9d14c77adc241ff1b126f216dbac8dd34e3fc (patch) | |
| tree | 98753a48ad4a9ca821df0517a6a12e603bf070e2 /apps/SOURCES | |
| parent | b0478726e4b197caa8c2e50b2b6681e1aa1decf7 (diff) | |
| download | rockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.zip rockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.tar.gz rockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.tar.bz2 rockbox-1ab9d14c77adc241ff1b126f216dbac8dd34e3fc.tar.xz | |
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/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 53a67fd..e199021 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -169,6 +169,7 @@ codec_thread.c playback.c codecs.c dsp.c +compressor.c #ifndef HAVE_HARDWARE_BEEP beep.c #endif |