rockbox/apps/codecs/lib/SOURCES
Barry Wardell 6684df4113 FS#6315 - Get the UI simulator to compile for non SWCODEC targets on OS X.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11515 a1c6a512-1295-4272-9138-f99709370657
2006-11-11 23:30:41 +00:00

5 lines
136 B
Text

#if CONFIG_CODEC == SWCODEC /* software codec platforms */
codeclib.c
#elif defined(SIMULATOR) && defined(__APPLE__)
osx.dummy.c
#endif