diff --git a/apps/menus/playback_menu.c b/apps/menus/playback_menu.c index d7f9aeef56..4c4b29871e 100644 --- a/apps/menus/playback_menu.c +++ b/apps/menus/playback_menu.c @@ -188,7 +188,11 @@ MAKE_MENU(playback_settings,ID2P(LANG_PLAYBACK),0, &fade_on_stop, &party_mode, #if CONFIG_CODEC == SWCODEC && defined(HAVE_CROSSFADE) - &crossfade_settings_menu, &replaygain_settings_menu, &beep, + &crossfade_settings_menu, +#endif + +#if CONFIG_CODEC == SWCODEC + &replaygain_settings_menu, &beep, #endif #ifdef HAVE_SPDIF_POWER