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:
parent
7996d6d3f9
commit
40ff07140d
1 changed files with 3 additions and 0 deletions
|
@ -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 **/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue