Commit f8a99a39 authored by Max Kellermann's avatar Max Kellermann

ReplayGainCoinfig: make DEFAULT_REPLAYGAIN_LIMIT static

parent 2564f763
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment