1
0
Fork 0
forked from len0rd/rockbox

Get android to build. Forgo optimized mixing code for app builds for the moment; work it out later.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30099 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-06-29 07:47:29 +00:00
parent 7996d6d3f9
commit 40ff07140d

View file

@ -71,6 +71,8 @@ static unsigned int idle_counter = 0;
({ start = (void *)(((uintptr_t)start + 3) & ~3); \
size &= ~3; })
#if (CONFIG_PLATFORM & PLATFORM_NATIVE)
/* Include any implemented CPU-optimized mixdown routines */
#if defined(CPU_ARM)
#if ARM_ARCH >= 6
@ -84,6 +86,7 @@ static unsigned int idle_counter = 0;
#include "pcm-mixer-coldfire.c"
#endif /* CPU_* */
#endif /* CONFIG_PLATFORM */
/** Generic mixing routines **/