Commit 5ede02ae authored by Max Kellermann's avatar Max Kellermann

filter/FilterConfig: rename to LoadChain.cxx

parent bbabb7a1
......@@ -104,7 +104,7 @@ libmpd_a_SOURCES = \
src/decoder/Bridge.cxx src/decoder/Bridge.hxx \
src/decoder/DecoderPrint.cxx src/decoder/DecoderPrint.hxx \
src/filter/LoadOne.cxx src/filter/LoadOne.hxx \
src/filter/FilterConfig.cxx src/filter/FilterConfig.hxx \
src/filter/LoadChain.cxx src/filter/LoadChain.hxx \
src/filter/FilterPlugin.hxx \
src/filter/Filter.hxx \
src/filter/Prepared.hxx \
......
......@@ -18,7 +18,7 @@
*/
#include "config.h"
#include "FilterConfig.hxx"
#include "LoadChain.hxx"
#include "LoadOne.hxx"
#include "Prepared.hxx"
#include "plugins/ChainFilterPlugin.hxx"
......
......@@ -17,13 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
/** \file
*
* Utility functions for filter configuration
*/
#ifndef MPD_FILTER_CONFIG_HXX
#define MPD_FILTER_CONFIG_HXX
#ifndef MPD_FILTER_LOAD_CHAIN_HXX
#define MPD_FILTER_LOAD_CHAIN_HXX
class PreparedFilter;
......
......@@ -27,7 +27,7 @@
#include "mixer/MixerType.hxx"
#include "mixer/MixerControl.hxx"
#include "mixer/plugins/SoftwareMixerPlugin.hxx"
#include "filter/FilterConfig.hxx"
#include "filter/LoadChain.hxx"
#include "filter/Prepared.hxx"
#include "filter/plugins/AutoConvertFilterPlugin.hxx"
#include "filter/plugins/ConvertFilterPlugin.hxx"
......
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