decoder/mad: convert to C++

This commit is contained in:
Max Kellermann
2013-07-26 11:59:17 +02:00
parent ef48eca9ca
commit c8054e569a
4 changed files with 325 additions and 316 deletions

View File

@@ -33,12 +33,12 @@
#include "decoder/FfmpegDecoderPlugin.hxx"
#include "decoder/GmeDecoderPlugin.hxx"
#include "decoder/FaadDecoderPlugin.hxx"
#include "decoder/MadDecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
extern const struct decoder_plugin mad_decoder_plugin;
extern const struct decoder_plugin mpg123_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
extern const struct decoder_plugin audiofile_decoder_plugin;