1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Michael Sevakis 2013-04-15 16:11:28 -04:00
parent 333f4f52be
commit 540e5d103f
2 changed files with 5 additions and 5 deletions

View file

@ -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