From 0d3b26b3aaee6646ce5e825feca43299365797ec Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 21 Jan 2015 20:42:41 +0100 Subject: Config: add section "resampler" --- src/config/ConfigOption.hxx | 1 + src/config/ConfigTemplates.cxx | 1 + 2 files changed, 2 insertions(+) (limited to 'src/config') 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, diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index 1ceef9119..6fbf025fc 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -86,6 +86,7 @@ const ConfigTemplate config_block_templates[] = { { "decoder", true }, { "input", true }, { "playlist_plugin", true }, + { "resampler", false }, { "filter", true }, { "database", false }, { "neighbors", true }, -- cgit v1.2.3