summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 30ecfc7963..4e5a380f47 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -318,7 +318,7 @@ struct plugin_api {
318#if CONFIG_KEYPAD == IRIVER_H100_PAD 318#if CONFIG_KEYPAD == IRIVER_H100_PAD
319 bool (*button_hold)(void); 319 bool (*button_hold)(void);
320#endif 320#endif
321#if (CONFIG_HWCODEC == MASNONE) 321#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR)
322 void (*pcm_play_data)(const unsigned char *start, int size, 322 void (*pcm_play_data)(const unsigned char *start, int size,
323 void (*get_more)(unsigned char** start, long*size)); 323 void (*get_more)(unsigned char** start, long*size));
324 void (*pcm_play_stop)(void); 324 void (*pcm_play_stop)(void);