forked from len0rd/rockbox
Core, codecs and plugins link it separately so this gets rid of SOURCES trickery. Don't build it for hosted targets. Change-Id: If15ef90e93cd218a4352ae8e89eea95d3122452f
12 lines
221 B
Text
12 lines
221 B
Text
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
|
codeclib.c
|
|
fixedpoint.c
|
|
ffmpeg_bitstream.c
|
|
|
|
mdct_lookup.c
|
|
fft-ffmpeg.c
|
|
mdct.c
|
|
|
|
#elif (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
|
|
osx.dummy.c
|
|
#endif
|