forked from len0rd/rockbox
Change-Id: Icc10d6e85f890c432f191233a4d64e09f00be43d Reviewed-on: http://gerrit.rockbox.org/456 Reviewed-by: Michael Sevakis <jethead71@rockbox.org> Tested-by: Michael Sevakis <jethead71@rockbox.org>
11 lines
208 B
Text
11 lines
208 B
Text
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
|
codeclib.c
|
|
ffmpeg_bitstream.c
|
|
|
|
mdct_lookup.c
|
|
fft-ffmpeg.c
|
|
mdct.c
|
|
|
|
#elif (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
|
|
osx.dummy.c
|
|
#endif
|