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

#ifdef CPU_COLDFIRE
setjmp_cf.S
#endif

#ifdef CPU_MIPS
setjmp_mips.S
#endif

#elif defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.c
#endif