diff options
author | Max Kellermann <max@duempel.org> | 2015-01-21 20:42:41 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-01-22 11:04:28 +0100 |
commit | 0d3b26b3aaee6646ce5e825feca43299365797ec (patch) | |
tree | aaeff0df244e18a1c5d8083928ba69ed1bcd2429 /src/config/ConfigOption.hxx | |
parent | 52acea7b1f8fa38ed884acfafe593d1494ade4c2 (diff) | |
download | mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.tar.gz mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.tar.xz mpd-0d3b26b3aaee6646ce5e825feca43299365797ec.zip |
Config: add section "resampler"
Diffstat (limited to 'src/config/ConfigOption.hxx')
-rw-r--r-- | src/config/ConfigOption.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/ConfigOption.hxx b/src/config/ConfigOption.hxx index 8cc0d42d5..5acd6fd49 100644 --- a/src/config/ConfigOption.hxx +++ b/src/config/ConfigOption.hxx @@ -86,6 +86,7 @@ enum class ConfigBlockOption { DECODER, INPUT, PLAYLIST_PLUGIN, + RESAMPLER, AUDIO_FILTER, DATABASE, NEIGHBORS, |