pcm_*: move to src/pcm/

This commit is contained in:
Max Kellermann
2013-04-09 01:24:52 +02:00
parent 3f3b26fb0e
commit c654c7630a
65 changed files with 60 additions and 60 deletions

View File

@@ -21,7 +21,7 @@
#define MPD_DECODER_INTERNAL_HXX
#include "decoder_command.h"
#include "PcmConvert.hxx"
#include "pcm/PcmConvert.hxx"
#include "replay_gain_info.h"
struct input_stream;

View File

@@ -56,7 +56,7 @@
extern "C" {
#include "daemon.h"
#include "stats.h"
#include "pcm_resample.h"
#include "pcm/pcm_resample.h"
}
#include "mpd_error.h"

View File

@@ -23,7 +23,7 @@
#include "MixerInternal.hxx"
#include "MixerList.hxx"
#include "OutputAll.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
extern "C" {
#include "output_internal.h"

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "OutputThread.hxx"
#include "output_api.h"
#include "PcmMix.hxx"
#include "pcm/PcmMix.hxx"
extern "C" {
#include "output_internal.h"

View File

@@ -28,7 +28,7 @@
#include "decoder_api.h"
extern "C" {
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
}
#include <FLAC/stream_decoder.h>

View File

@@ -21,7 +21,7 @@
#include "encoder_api.h"
#include "encoder_plugin.h"
#include "audio_format.h"
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
#include "util/fifo_buffer.h"
#include "util/growing_fifo.h"

View File

@@ -23,7 +23,7 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "PcmConvert.hxx"
#include "pcm/PcmConvert.hxx"
#include "util/Manual.hxx"
#include "audio_format.h"
#include "poison.h"

View File

@@ -21,7 +21,7 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
#include "audio_format.h"
#include "AudioCompress/compress.h"

View File

@@ -26,10 +26,10 @@
#include "replay_gain_info.h"
#include "replay_gain_config.h"
#include "MixerControl.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
extern "C" {
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
}
#include <assert.h>

View File

@@ -47,7 +47,7 @@
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
#include <assert.h>
#include <string.h>

View File

@@ -23,8 +23,8 @@
#include "FilterInternal.hxx"
#include "FilterRegistry.hxx"
#include "conf.h"
#include "pcm_buffer.h"
#include "PcmVolume.hxx"
#include "pcm/pcm_buffer.h"
#include "pcm/PcmVolume.hxx"
#include "audio_format.h"
#include <assert.h>

View File

@@ -23,7 +23,7 @@
#include "FilterPlugin.hxx"
#include "FilterRegistry.hxx"
#include "filter/VolumeFilterPlugin.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
#include <assert.h>
#include <math.h>

View File

@@ -21,7 +21,7 @@
#include "AlsaOutputPlugin.hxx"
#include "output_api.h"
#include "MixerList.hxx"
#include "pcm_export.h"
#include "pcm/pcm_export.h"
#include <glib.h>
#include <alsa/asoundlib.h>

View File

@@ -52,7 +52,7 @@
#endif
#ifdef AFMT_S24_PACKED
#include "pcm_export.h"
#include "pcm/pcm_export.h"
#endif
struct oss_data {

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "WinmmOutputPlugin.hxx"
#include "output_api.h"
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
#include "MixerList.hxx"
#include <stdlib.h>

View File

@@ -21,7 +21,7 @@
#define MPD_OUTPUT_INTERNAL_H
#include "audio_format.h"
#include "pcm_buffer.h"
#include "pcm/pcm_buffer.h"
#include <glib.h>