mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 18:47:39 -04:00
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 */
|
#if CONFIG_CODEC == SWCODEC /* software codec platforms */
|
||||||
codeclib.c
|
codeclib.c
|
||||||
|
#elif defined(SIMULATOR) && defined(__APPLE__)
|
||||||
|
osx.dummy.c
|
||||||
#endif
|
#endif
|
||||||
|
|
0
apps/codecs/lib/osx.dummy.c
Normal file
0
apps/codecs/lib/osx.dummy.c
Normal file
Loading…
Add table
Add a link
Reference in a new issue