diff options
Diffstat (limited to 'apps/plugin.c')
| -rw-r--r-- | apps/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.c b/apps/plugin.c index 9a7a397..51f7a61 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -211,7 +211,7 @@ static const struct plugin_api rockbox_api = { mas_writemem, mas_readreg, mas_writereg, -#ifdef HAVE_MAS3587F +#if CONFIG_HWCODEC == MAS3587F mas_codec_writereg, mas_codec_readreg, #endif @@ -244,7 +244,7 @@ static const struct plugin_api rockbox_api = { /* new stuff at the end, sort into place next time the API gets incompatible */ -#ifdef HAVE_MAS3587F +#if CONFIG_HWCODEC == MAS3587F mpeg_set_pitch, peak_meter_scale_value, |