summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/SOURCES
blob: a8c3feb1aa540ae229a006e602084adbb9f85fb7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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
udiv32_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