diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 12:26:45 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-04 12:26:45 +0000 |
| commit | 4710a3280025b0ba8ffb6e8183578a5df48257fa (patch) | |
| tree | 3dd82b90ab668c18109d0885cd3114449efaddf1 /apps/SOURCES | |
| parent | 69c73e8bd6c8c6ac79c6538cb0ad4686b9d1d920 (diff) | |
| download | rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.zip rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.tar.gz rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.tar.bz2 rockbox-4710a3280025b0ba8ffb6e8183578a5df48257fa.tar.xz | |
Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21633 a1c6a512-1295-4272-9138-f99709370657
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 7475826..f3acef1 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -125,6 +125,7 @@ recorder/recording.c #if INPUT_SRC_CAPS != 0 audio_path.c #endif /* INPUT_SRC_CAPS != 0 */ +fixedpoint.c pcmbuf.c playback.c codecs.c |