diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 16:11:28 -0400 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2013-04-15 16:11:28 -0400 |
commit | 540e5d103f803cfd508297f483c054328c59375f (patch) | |
tree | 08f109fe67dcb263d07b0c227a79fc0b44143e0f /apps | |
parent | 333f4f52bebab0140b7ee5cf154cb0739379a20f (diff) |
Forget about fixedpoint.c in any HWCODEC bin.
It bloats to much just for one simple use. Just use a simple function
for shifting sound setting decimal places.
Change-Id: I1a7d37cce6ada3c6e6600dc0d301f354ffeff231
Diffstat (limited to 'apps')
-rw-r--r-- | apps/SOURCES | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index d34d7b8b30..6005460a5a 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -159,12 +159,11 @@ 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 |