1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sevakis 2012-02-08 14:55:37 -05:00
parent b0478726e4
commit 1ab9d14c77
5 changed files with 446 additions and 356 deletions

View file

@ -169,6 +169,7 @@ codec_thread.c
playback.c
codecs.c
dsp.c
compressor.c
#ifndef HAVE_HARDWARE_BEEP
beep.c
#endif