46454ac2a8
It's used by both, plugins and codecs, and sh/hwcodec doesn't compile codecs so it doesn't fit into sources. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27869 a1c6a512-1295-4272-9138-f99709370657
21 lines
386 B
Text
21 lines
386 B
Text
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
|
codeclib.c
|
|
fixedpoint.c
|
|
ffmpeg_bitstream.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
|
|
../../../firmware/target/arm/support-arm.S
|
|
#endif
|
|
|
|
#elif (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
|
|
osx.dummy.c
|
|
#endif
|