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 @@
#include "MixerControl.hxx"
#include "MixerList.hxx"
#include "FilterRegistry.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
#include "GlobalEvents.hxx"
#include "Main.hxx"
#include "event/Loop.hxx"

View File

@@ -26,7 +26,7 @@
#include "config.h"
#include "AudioParser.hxx"
#include "audio_format.h"
#include "PcmConvert.hxx"
#include "pcm/PcmConvert.hxx"
#include "conf.h"
#include "util/fifo_buffer.h"
#include "stdbin.h"

View File

@@ -24,7 +24,7 @@
#include "audio_format.h"
#include "FilterPlugin.hxx"
#include "FilterInternal.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
#include "MixerControl.hxx"
#include "stdbin.h"

View File

@@ -27,7 +27,7 @@
#include "IOThread.hxx"
#include "fs/Path.hxx"
#include "AudioParser.hxx"
#include "PcmConvert.hxx"
#include "pcm/PcmConvert.hxx"
extern "C" {
#include "output_plugin.h"

View File

@@ -24,7 +24,7 @@
*/
#include "config.h"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
#include "AudioParser.hxx"
#include "audio_format.h"
#include "stdbin.h"

View File

@@ -20,8 +20,8 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmChannels.hxx"
#include "pcm_buffer.h"
#include "pcm/PcmChannels.hxx"
#include "pcm/pcm_buffer.h"
#include <glib.h>

View File

@@ -19,7 +19,7 @@
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmDither.hxx"
#include "pcm/PcmDither.hxx"
#include <glib.h>

View File

@@ -20,10 +20,10 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmFormat.hxx"
#include "PcmDither.hxx"
#include "PcmUtils.hxx"
#include "pcm_buffer.h"
#include "pcm/PcmFormat.hxx"
#include "pcm/PcmDither.hxx"
#include "pcm/PcmUtils.hxx"
#include "pcm/pcm_buffer.h"
#include "audio_format.h"
#include <glib.h>

View File

@@ -20,7 +20,7 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "test_pcm_util.hxx"
#include "PcmMix.hxx"
#include "pcm/PcmMix.hxx"
#include <glib.h>

View File

@@ -21,7 +21,7 @@
#include "test_pcm_util.hxx"
extern "C" {
#include "pcm_pack.h"
#include "pcm/pcm_pack.h"
}
#include <glib.h>

View File

@@ -18,7 +18,7 @@
*/
#include "test_pcm_all.hxx"
#include "PcmVolume.hxx"
#include "pcm/PcmVolume.hxx"
#include "test_pcm_util.hxx"
#include <glib.h>