output/*: move to output/plugins/
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include "DatabasePlugin.hxx"
|
||||
#include "DecoderList.hxx"
|
||||
#include "DecoderPlugin.hxx"
|
||||
#include "OutputList.hxx"
|
||||
#include "OutputPlugin.hxx"
|
||||
#include "output/OutputList.hxx"
|
||||
#include "output/OutputPlugin.hxx"
|
||||
#include "InputRegistry.hxx"
|
||||
#include "InputPlugin.hxx"
|
||||
#include "playlist/PlaylistRegistry.hxx"
|
||||
|
@@ -37,7 +37,7 @@
|
||||
#include "command/AllCommands.hxx"
|
||||
#include "Partition.hxx"
|
||||
#include "Volume.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "output/OutputAll.hxx"
|
||||
#include "tag/TagConfig.hxx"
|
||||
#include "ReplayGainConfig.hxx"
|
||||
#include "Idle.hxx"
|
||||
|
@@ -22,9 +22,9 @@
|
||||
#include "MixerControl.hxx"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "output/OutputAll.hxx"
|
||||
#include "output/OutputInternal.hxx"
|
||||
#include "pcm/Volume.hxx"
|
||||
#include "OutputInternal.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
#include "Log.hxx"
|
||||
|
@@ -28,7 +28,7 @@
|
||||
#include "system/FatalError.hxx"
|
||||
#include "CrossFade.hxx"
|
||||
#include "PlayerControl.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "output/OutputAll.hxx"
|
||||
#include "tag/Tag.hxx"
|
||||
#include "Idle.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "StateFile.hxx"
|
||||
#include "OutputState.hxx"
|
||||
#include "output/OutputState.hxx"
|
||||
#include "PlaylistState.hxx"
|
||||
#include "fs/TextFile.hxx"
|
||||
#include "Partition.hxx"
|
||||
|
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "OutputCommands.hxx"
|
||||
#include "OutputPrint.hxx"
|
||||
#include "OutputCommand.hxx"
|
||||
#include "output/OutputPrint.hxx"
|
||||
#include "output/OutputCommand.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "protocol/ArgParser.hxx"
|
||||
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#include "UpdateGlue.hxx"
|
||||
#include "Client.hxx"
|
||||
#include "Volume.hxx"
|
||||
#include "OutputAll.hxx"
|
||||
#include "output/OutputAll.hxx"
|
||||
#include "Partition.hxx"
|
||||
#include "protocol/Result.hxx"
|
||||
#include "protocol/ArgParser.hxx"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "output/OutputAPI.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "Main.hxx"
|
||||
#include "event/MultiSocketMonitor.hxx"
|
||||
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "PulseMixerPlugin.hxx"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "output/PulseOutputPlugin.hxx"
|
||||
#include "output/plugins/PulseOutputPlugin.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "output/RoarOutputPlugin.hxx"
|
||||
#include "output/plugins/RoarOutputPlugin.hxx"
|
||||
#include "Compiler.h"
|
||||
|
||||
struct RoarMixer final : public Mixer {
|
||||
|
@@ -19,8 +19,8 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "MixerInternal.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "output/WinmmOutputPlugin.hxx"
|
||||
#include "output/OutputAPI.hxx"
|
||||
#include "output/plugins/WinmmOutputPlugin.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
||||
|
@@ -20,22 +20,22 @@
|
||||
#include "config.h"
|
||||
#include "OutputList.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "output/AlsaOutputPlugin.hxx"
|
||||
#include "output/AoOutputPlugin.hxx"
|
||||
#include "output/FifoOutputPlugin.hxx"
|
||||
#include "output/HttpdOutputPlugin.hxx"
|
||||
#include "output/JackOutputPlugin.hxx"
|
||||
#include "output/NullOutputPlugin.hxx"
|
||||
#include "output/OpenALOutputPlugin.hxx"
|
||||
#include "output/OssOutputPlugin.hxx"
|
||||
#include "output/OSXOutputPlugin.hxx"
|
||||
#include "output/PipeOutputPlugin.hxx"
|
||||
#include "output/PulseOutputPlugin.hxx"
|
||||
#include "output/RecorderOutputPlugin.hxx"
|
||||
#include "output/RoarOutputPlugin.hxx"
|
||||
#include "output/ShoutOutputPlugin.hxx"
|
||||
#include "output/SolarisOutputPlugin.hxx"
|
||||
#include "output/WinmmOutputPlugin.hxx"
|
||||
#include "plugins/AlsaOutputPlugin.hxx"
|
||||
#include "plugins/AoOutputPlugin.hxx"
|
||||
#include "plugins/FifoOutputPlugin.hxx"
|
||||
#include "plugins/HttpdOutputPlugin.hxx"
|
||||
#include "plugins/JackOutputPlugin.hxx"
|
||||
#include "plugins/NullOutputPlugin.hxx"
|
||||
#include "plugins/OpenALOutputPlugin.hxx"
|
||||
#include "plugins/OssOutputPlugin.hxx"
|
||||
#include "plugins/OSXOutputPlugin.hxx"
|
||||
#include "plugins/PipeOutputPlugin.hxx"
|
||||
#include "plugins/PulseOutputPlugin.hxx"
|
||||
#include "plugins/RecorderOutputPlugin.hxx"
|
||||
#include "plugins/RoarOutputPlugin.hxx"
|
||||
#include "plugins/ShoutOutputPlugin.hxx"
|
||||
#include "plugins/SolarisOutputPlugin.hxx"
|
||||
#include "plugins/WinmmOutputPlugin.hxx"
|
||||
|
||||
#include <string.h>
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "AlsaOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "pcm/PcmExport.hxx"
|
||||
#include "util/Manual.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "AoOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
#include "Log.hxx"
|
@@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
#include "FifoOutputPlugin.hxx"
|
||||
#include "ConfigError.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "Timer.hxx"
|
||||
#include "fs/AllocatedPath.hxx"
|
||||
#include "fs/FileSystem.hxx"
|
@@ -25,7 +25,7 @@
|
||||
#ifndef MPD_OUTPUT_HTTPD_INTERNAL_H
|
||||
#define MPD_OUTPUT_HTTPD_INTERNAL_H
|
||||
|
||||
#include "OutputInternal.hxx"
|
||||
#include "../OutputInternal.hxx"
|
||||
#include "Timer.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "event/ServerSocket.hxx"
|
@@ -21,7 +21,7 @@
|
||||
#include "HttpdOutputPlugin.hxx"
|
||||
#include "HttpdInternal.hxx"
|
||||
#include "HttpdClient.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "encoder/EncoderPlugin.hxx"
|
||||
#include "encoder/EncoderList.hxx"
|
||||
#include "system/Resolver.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "JackOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "ConfigError.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "NullOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "Timer.hxx"
|
||||
|
||||
struct NullOutput {
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "OSXOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "util/DynamicFifoBuffer.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "OpenALOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "OssOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "util/Error.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "PipeOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "ConfigError.hxx"
|
||||
#include "util/Error.hxx"
|
||||
#include "util/Domain.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "PulseOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "mixer/PulseMixerPlugin.hxx"
|
||||
#include "util/Error.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "RecorderOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "encoder/EncoderPlugin.hxx"
|
||||
#include "encoder/EncoderList.hxx"
|
||||
#include "ConfigError.hxx"
|
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "RoarOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "thread/Mutex.hxx"
|
||||
#include "util/Error.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "ShoutOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "encoder/EncoderPlugin.hxx"
|
||||
#include "encoder/EncoderList.hxx"
|
||||
#include "ConfigError.hxx"
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "SolarisOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "system/fd_util.h"
|
||||
#include "util/Error.hxx"
|
||||
|
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "WinmmOutputPlugin.hxx"
|
||||
#include "OutputAPI.hxx"
|
||||
#include "../OutputAPI.hxx"
|
||||
#include "pcm/PcmBuffer.hxx"
|
||||
#include "MixerList.hxx"
|
||||
#include "util/Error.hxx"
|
Reference in New Issue
Block a user