pcm_*: convert to C++
This commit is contained in:
@@ -25,7 +25,7 @@ extern "C" {
|
||||
#include "filter_registry.h"
|
||||
}
|
||||
|
||||
#include "pcm_volume.h"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "GlobalEvents.hxx"
|
||||
#include "Main.hxx"
|
||||
#include "event/Loop.hxx"
|
||||
|
@@ -23,7 +23,7 @@
|
||||
#include "AudioParser.hxx"
|
||||
#include "audio_format.h"
|
||||
#include "filter_plugin.h"
|
||||
#include "pcm_volume.h"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "mixer_control.h"
|
||||
#include "stdbin.h"
|
||||
|
||||
|
@@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "pcm_volume.h"
|
||||
#include "PcmVolume.hxx"
|
||||
#include "AudioParser.hxx"
|
||||
#include "audio_format.h"
|
||||
#include "stdbin.h"
|
||||
|
@@ -19,9 +19,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "test_pcm_all.hxx"
|
||||
extern "C" {
|
||||
#include "pcm_channels.h"
|
||||
}
|
||||
#include "PcmChannels.hxx"
|
||||
#include "pcm_buffer.h"
|
||||
|
||||
#include <glib.h>
|
||||
|
@@ -18,10 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "test_pcm_all.hxx"
|
||||
|
||||
extern "C" {
|
||||
#include "pcm_dither.h"
|
||||
}
|
||||
#include "PcmDither.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#include "test_pcm_all.hxx"
|
||||
#include "pcm_volume.h"
|
||||
#include "PcmVolume.hxx"
|
||||
|
||||
#include <glib.h>
|
||||
|
||||
|
Reference in New Issue
Block a user