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:
Michael Giacomelli 2009-08-11 02:18:22 +00:00
parent 6469926b88
commit 88906e3d98

View file

@ -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