Fix defines from the last commit that made replaygain depend on crossfade. Thanks to Thomas Martitz for pointing that out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22249 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6469926b88
commit
88906e3d98
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue