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

@@ -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>