diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-21 11:54:59 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-21 11:54:59 +0000 |
| commit | 9e173d18ef82bcf01630588d230b27c6742f9b43 (patch) | |
| tree | 2e22d2dd438b65e4e8e1e3148a5695e8e0407f7a /apps/plugin.h | |
| parent | 9bc622603c600f31bbc4fdf4ec43cbcc37f42a75 (diff) | |
| download | rockbox-9e173d18ef82bcf01630588d230b27c6742f9b43.zip rockbox-9e173d18ef82bcf01630588d230b27c6742f9b43.tar.gz rockbox-9e173d18ef82bcf01630588d230b27c6742f9b43.tar.bz2 rockbox-9e173d18ef82bcf01630588d230b27c6742f9b43.tar.xz | |
Temporary fix for the broken sim build.. till someone implements sound
on them...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 88b9953..3755018 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -317,7 +317,7 @@ struct plugin_api { #if CONFIG_KEYPAD == IRIVER_H100_PAD bool (*button_hold)(void); #endif -#if (CONFIG_HWCODEC == MASNONE) +#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) void (*pcm_play_data)(const unsigned char *start, int size, void (*get_more)(unsigned char** start, long*size)); void (*pcm_play_stop)(void); |