decoder/sndfile: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 12:42:06 +02:00
parent b25d5c5d33
commit d3641766a5
4 changed files with 61 additions and 28 deletions

View File

@@ -35,13 +35,13 @@
#include "decoder/GmeDecoderPlugin.hxx"
#include "decoder/FaadDecoderPlugin.hxx"
#include "decoder/MadDecoderPlugin.hxx"
#include "decoder/SndfileDecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
extern const struct decoder_plugin mpg123_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
extern const struct decoder_plugin mpcdec_decoder_plugin;
extern const struct decoder_plugin modplug_decoder_plugin;
extern const struct decoder_plugin mikmod_decoder_plugin;