Commit 47c9d6ac authored by Max Kellermann's avatar Max Kellermann

output/Internal: rename source to Filtered.cxx

parent d0157af1
...@@ -1373,7 +1373,7 @@ OUTPUT_LIBS = \ ...@@ -1373,7 +1373,7 @@ OUTPUT_LIBS = \
OUTPUT_API_SRC = \ OUTPUT_API_SRC = \
src/output/Client.hxx \ src/output/Client.hxx \
src/output/OutputAPI.hxx \ src/output/OutputAPI.hxx \
src/output/Internal.cxx src/output/Internal.hxx \ src/output/Filtered.cxx src/output/Filtered.hxx \
src/output/Wrapper.hxx \ src/output/Wrapper.hxx \
src/output/Registry.cxx src/output/Registry.hxx \ src/output/Registry.cxx src/output/Registry.hxx \
src/output/MultipleOutputs.cxx src/output/MultipleOutputs.hxx \ src/output/MultipleOutputs.cxx src/output/MultipleOutputs.hxx \
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#include "MixerControl.hxx" #include "MixerControl.hxx"
#include "MixerInternal.hxx" #include "MixerInternal.hxx"
#include "MixerList.hxx" #include "MixerList.hxx"
#include "output/Internal.hxx" #include "output/Filtered.hxx"
#include "pcm/Volume.hxx" #include "pcm/Volume.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "Control.hxx" #include "Control.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include "mixer/MixerControl.hxx" #include "mixer/MixerControl.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "Internal.hxx" #include "Filtered.hxx"
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_OUTPUT_INTERNAL_HXX #ifndef MPD_FILTERED_AUDIO_OUTPUT_HXX
#define MPD_OUTPUT_INTERNAL_HXX #define MPD_FILTERED_AUDIO_OUTPUT_HXX
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "filter/Observer.hxx" #include "filter/Observer.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "Internal.hxx" #include "Filtered.hxx"
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "mixer/MixerControl.hxx" #include "mixer/MixerControl.hxx"
#include "filter/FilterInternal.hxx" #include "filter/FilterInternal.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "Internal.hxx" #include "Filtered.hxx"
#include "Registry.hxx" #include "Registry.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include "OutputAPI.hxx" #include "OutputAPI.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "MultipleOutputs.hxx" #include "MultipleOutputs.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include "MusicBuffer.hxx" #include "MusicBuffer.hxx"
#include "MusicPipe.hxx" #include "MusicPipe.hxx"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
// IWYU pragma: begin_exports // IWYU pragma: begin_exports
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "AudioFormat.hxx" #include "AudioFormat.hxx"
#include "tag/Tag.hxx" #include "tag/Tag.hxx"
#include "config/Block.hxx" #include "config/Block.hxx"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "config.h" #include "config.h"
#include "OutputCommand.hxx" #include "OutputCommand.hxx"
#include "MultipleOutputs.hxx" #include "MultipleOutputs.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "Client.hxx" #include "Client.hxx"
#include "player/Control.hxx" #include "player/Control.hxx"
#include "mixer/MixerControl.hxx" #include "mixer/MixerControl.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
FilteredAudioOutput * FilteredAudioOutput *
ao_plugin_init(EventLoop &event_loop, ao_plugin_init(EventLoop &event_loop,
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "config.h" #include "config.h"
#include "Print.hxx" #include "Print.hxx"
#include "MultipleOutputs.hxx" #include "MultipleOutputs.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "client/Response.hxx" #include "client/Response.hxx"
void void
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include "config.h" #include "config.h"
#include "State.hxx" #include "State.hxx"
#include "MultipleOutputs.hxx" #include "MultipleOutputs.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "Domain.hxx" #include "Domain.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "fs/io/BufferedOutputStream.hxx" #include "fs/io/BufferedOutputStream.hxx"
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#include "config.h" #include "config.h"
#include "Control.hxx" #include "Control.hxx"
#include "Internal.hxx" #include "Filtered.hxx"
#include "Client.hxx" #include "Client.hxx"
#include "OutputPlugin.hxx" #include "OutputPlugin.hxx"
#include "Domain.hxx" #include "Domain.hxx"
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
#ifndef MPD_OUTPUT_WRAPPER_HXX #ifndef MPD_OUTPUT_WRAPPER_HXX
#define MPD_OUTPUT_WRAPPER_HXX #define MPD_OUTPUT_WRAPPER_HXX
#include "Internal.hxx" #include "Filtered.hxx"
#include "util/Cast.hxx" #include "util/Cast.hxx"
#include <chrono> #include <chrono>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include "HttpdClient.hxx" #include "HttpdClient.hxx"
#include "output/Wrapper.hxx" #include "output/Wrapper.hxx"
#include "output/Internal.hxx" #include "output/Filtered.hxx"
#include "output/Timer.hxx" #include "output/Timer.hxx"
#include "thread/Mutex.hxx" #include "thread/Mutex.hxx"
#include "thread/Cond.hxx" #include "thread/Cond.hxx"
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
*/ */
#include "config.h" #include "config.h"
#include "output/Internal.hxx" #include "output/Filtered.hxx"
#include "output/OutputPlugin.hxx" #include "output/OutputPlugin.hxx"
#include "config/Param.hxx" #include "config/Param.hxx"
#include "config/ConfigGlobal.hxx" #include "config/ConfigGlobal.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