test/{read_conf,run_filter}: convert to C++

This commit is contained in:
Max Kellermann
2013-01-29 17:23:58 +01:00
parent 84eb95466b
commit eb8922f346
6 changed files with 25 additions and 5 deletions

View File

@@ -25,11 +25,11 @@
#include "audio_format.h"
#include "replay_gain_info.h"
#include "replay_gain_config.h"
#include "mixer_control.h"
extern "C" {
#include "pcm_buffer.h"
#include "pcm_volume.h"
#include "mixer_control.h"
}
#include <assert.h>