Convert many #ifdef SIMULATOR to #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (and similar).
[kugel-rb.git] / apps / codecs / lib / SOURCES
blob49e744721d5f9e6adf826b8a7168bbeece1a8f7e
1 #if CONFIG_CODEC == SWCODEC /* software codec platforms */
2 codeclib.c
3 fixedpoint.c
5 /* OLD MDCT */
6 /* (when all other codecs are remediated this can be remoed) */
7 mdct2.c
8 mdct_lookup.c
10 fft-ffmpeg.c
11 mdct.c
13 #ifdef CPU_ARM
14 mdct_arm.S
15 setjmp_arm.S
16 ../../../firmware/target/arm/support-arm.S
17 #endif
19 #ifdef CPU_COLDFIRE
20 setjmp_cf.S
21 #endif
23 #ifdef CPU_MIPS
24 setjmp_mips.S
25 #endif
27 #elif (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
28 osx.dummy.c
29 #endif