ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT static
This commit is contained in:
parent
2564f763d7
commit
f8a99a391e
|
@ -36,7 +36,7 @@ extern "C" {
|
|||
|
||||
enum replay_gain_mode replay_gain_mode = REPLAY_GAIN_OFF;
|
||||
|
||||
const bool DEFAULT_REPLAYGAIN_LIMIT = true;
|
||||
static constexpr bool DEFAULT_REPLAYGAIN_LIMIT = true;
|
||||
|
||||
float replay_gain_preamp = 1.0;
|
||||
float replay_gain_missing_preamp = 1.0;
|
||||
|
|
Loading…
Reference in New Issue