rockbox/apps/codecs/lib/SOURCES
2010-02-04 05:49:37 +00:00

23 lines
340 B
Text

#if CONFIG_CODEC == SWCODEC /* software codec platforms */
codeclib.c
fixedpoint.c
mdct2.c
mdct_lookup.c
#ifdef CPU_ARM
mdct_arm.S
setjmp_arm.S
../../../firmware/target/arm/support-arm.S
#endif
#ifdef CPU_COLDFIRE
setjmp_cf.S
#endif
#ifdef CPU_MIPS
setjmp_mips.S
#endif
#elif defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.c
#endif