summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2013-04-15 16:11:28 -0400
committerMichael Sevakis <jethead71@rockbox.org>2013-04-15 16:11:28 -0400
commit540e5d103f803cfd508297f483c054328c59375f (patch)
tree08f109fe67dcb263d07b0c227a79fc0b44143e0f /apps
parent333f4f52bebab0140b7ee5cf154cb0739379a20f (diff)
downloadrockbox-540e5d103f803cfd508297f483c054328c59375f.tar.gz
rockbox-540e5d103f803cfd508297f483c054328c59375f.zip
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/SOURCES3
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
159#endif 159#endif
160#endif 160#endif
161 161
162fixedpoint.c
163
164#if CONFIG_CODEC == SWCODEC 162#if CONFIG_CODEC == SWCODEC
165#if INPUT_SRC_CAPS != 0 163#if INPUT_SRC_CAPS != 0
166audio_path.c 164audio_path.c
167#endif /* INPUT_SRC_CAPS != 0 */ 165#endif /* INPUT_SRC_CAPS != 0 */
166fixedpoint.c
168pcmbuf.c 167pcmbuf.c
169codec_thread.c 168codec_thread.c
170playback.c 169playback.c