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