diff options
author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 18:06:07 +0000 |
---|---|---|
committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-05 18:06:07 +0000 |
commit | 802743a061e01150db544c8e072cd794731b18a7 (patch) | |
tree | 311abcc9e51973907899a4585dd0e3a2a31572eb /apps/SOURCES | |
parent | 427bf0b8936f2654fe79e8c5864918530b8838dd (diff) | |
download | rockbox-802743a061e01150db544c8e072cd794731b18a7.tar.gz rockbox-802743a061e01150db544c8e072cd794731b18a7.zip |
Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21664 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 7475826015..f3acef1739 100644 --- a/apps/SOURCES +++ b/apps/SOURCES | |||
@@ -125,6 +125,7 @@ recorder/recording.c | |||
125 | #if INPUT_SRC_CAPS != 0 | 125 | #if INPUT_SRC_CAPS != 0 |
126 | audio_path.c | 126 | audio_path.c |
127 | #endif /* INPUT_SRC_CAPS != 0 */ | 127 | #endif /* INPUT_SRC_CAPS != 0 */ |
128 | fixedpoint.c | ||
128 | pcmbuf.c | 129 | pcmbuf.c |
129 | playback.c | 130 | playback.c |
130 | codecs.c | 131 | codecs.c |