rockbox/apps/codecs/lib/SOURCES
Dave Hooper 42774d3128 Merge from branches/mdctexp - faster ifft+imdct in codec lib
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24712 a1c6a512-1295-4272-9138-f99709370657
2010-02-17 00:49:53 +00:00

29 lines
441 B
Text

#if CONFIG_CODEC == SWCODEC /* software codec platforms */
codeclib.c
fixedpoint.c
/* OLD MDCT */
/* (when all other codecs are remediated this can be remoed) */
mdct2.c
mdct_lookup.c
fft-ffmpeg.c
mdct.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