pcm_resample: convert to C++

This commit is contained in:
Max Kellermann
2013-07-29 23:18:55 +02:00
parent 46b9388bb0
commit a9d2dc6144
10 changed files with 265 additions and 320 deletions

View File

@@ -53,11 +53,11 @@
#include "ZeroconfGlue.hxx"
#include "DecoderList.hxx"
#include "AudioConfig.hxx"
#include "pcm/PcmResample.hxx"
extern "C" {
#include "daemon.h"
#include "stats.h"
#include "pcm/pcm_resample.h"
}
#include "mpd_error.h"