Consolidate all fixed point math routines in one library (FS#10400) by Jeffrey Goode
[kugel-rb.git] / apps / codecs / lib / SOURCES
bloba1730f656a2b8854446cfddd7488e0dc0297770d
1 #if CONFIG_CODEC == SWCODEC /* software codec platforms */
2 codeclib.c
3 ../../fixedpoint.c
5 mdct2.c
6 #ifdef CPU_ARM
7 mdct_arm.S
8 setjmp_arm.S
9 #if ARM_ARCH == 4
10 udiv32_armv4.S
11 #endif
12 #endif
14 #ifdef CPU_COLDFIRE
15 setjmp_cf.S
16 #endif
18 #ifdef CPU_MIPS
19 setjmp_mips.S
20 #endif
22 #elif defined(SIMULATOR) && defined(__APPLE__)
23 osx.dummy.c
24 #endif