pcm_*: convert to C++

This commit is contained in:
Max Kellermann
2013-01-31 20:33:26 +01:00
parent ccdf7184be
commit 1b175025fe
26 changed files with 132 additions and 129 deletions

View File

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

View File

@@ -24,7 +24,7 @@
#include "filter_registry.h"
#include "conf.h"
#include "pcm_buffer.h"
#include "pcm_volume.h"
#include "PcmVolume.hxx"
#include "audio_format.h"
#include <assert.h>