diff --git a/apps/plugins/zxbox/spmain.c b/apps/plugins/zxbox/spmain.c index 3a702abb71..da3c9b5d89 100644 --- a/apps/plugins/zxbox/spmain.c +++ b/apps/plugins/zxbox/spmain.c @@ -312,7 +312,7 @@ static void options_menu(void){ no_yes, 2, NULL); if (new_setting != settings.sound ) settings.sound=new_setting; -#if CODEC == SWCODEC && !defined SIMULATOR +#if CONFIG_CODEC == SWCODEC && !defined SIMULATOR rb->pcm_play_stop(); #endif break;