pcm_playback.c is not for sims
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6760 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6067b6a802
commit
3a79a70b78
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ drivers/lcd-h100-remote.c
|
|||
#if defined(HAVE_UDA1380) && !defined(SIMULATOR)
|
||||
drivers/uda1380.c
|
||||
#endif
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
|
||||
pcm_playback.c
|
||||
#endif
|
||||
sound.c
|
||||
|
|
Loading…
Reference in a new issue