decoder/mpg123: convert to C++

This commit is contained in:
Max Kellermann
2013-07-28 12:45:48 +02:00
parent d3641766a5
commit 258d0ea97e
4 changed files with 48 additions and 16 deletions

View File

@@ -36,12 +36,12 @@
#include "decoder/FaadDecoderPlugin.hxx"
#include "decoder/MadDecoderPlugin.hxx"
#include "decoder/SndfileDecoderPlugin.hxx"
#include "decoder/Mpg123DecoderPlugin.hxx"
#include <glib.h>
#include <string.h>
extern const struct decoder_plugin mpg123_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;