diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 496a69a..88b9953 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -317,10 +317,12 @@ struct plugin_api { #if CONFIG_KEYPAD == IRIVER_H100_PAD bool (*button_hold)(void); #endif +#if (CONFIG_HWCODEC == MASNONE) void (*pcm_play_data)(const unsigned char *start, int size, void (*get_more)(unsigned char** start, long*size)); void (*pcm_play_stop)(void); bool (*pcm_is_playing)(void); +#endif }; /* defined by the plugin loader (plugin.c) */ |