diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 14:58:00 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 14:58:00 -0400 |
commit | 5261b19bdfaf64bebfff05556139dbbcf723876f (patch) | |
tree | 4d897f7a5f8c2fa9df3066074c700fe39c2e3e74 /apps/SOURCES | |
parent | 9e71fd16a55bd69f2cf3345b5ab3459b29c1832d (diff) |
Still at it for 0c7b787. Might be done now.
Change-Id: Idf45731dc6554954747f6036dc6dfcd4b63981a1
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 6005460a5a..d34d7b8b30 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -159,11 +159,12 @@ radio/radioart.c #endif #endif +fixedpoint.c + #if CONFIG_CODEC == SWCODEC #if INPUT_SRC_CAPS != 0 audio_path.c #endif /* INPUT_SRC_CAPS != 0 */ -fixedpoint.c pcmbuf.c codec_thread.c playback.c |