diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 81830a8..f965a94 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -230,8 +230,10 @@ static const struct plugin_api rockbox_api = { mp3_play_pause, mp3_play_stop, mp3_is_playing, +#if CONFIG_HWCODEC != MASNONE bitswap, #endif +#endif /* playback control */ PREFIX(audio_play), |