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
This commit is contained in:
parent
ab643e7694
commit
6684df4113
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
||||
codeclib.c
|
||||
#elif defined(SIMULATOR) && defined(__APPLE__)
|
||||
osx.dummy.c
|
||||
#endif
|
||||
|
|
0
apps/codecs/lib/osx.dummy.c
Normal file
0
apps/codecs/lib/osx.dummy.c
Normal file
Loading…
Reference in a new issue