aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 12:45:48 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 13:03:04 +0200
commit258d0ea97eb38dee79564fe3a36d2f3adec4b269 (patch)
tree3f55c3ddb5d9f9f70cf5a9f23e7671357ae3dcc4 /src/DecoderList.cxx
parentd3641766a580d20c4848d056a78399f10fcc6f18 (diff)
downloadmpd-258d0ea97eb38dee79564fe3a36d2f3adec4b269.tar.gz
mpd-258d0ea97eb38dee79564fe3a36d2f3adec4b269.tar.xz
mpd-258d0ea97eb38dee79564fe3a36d2f3adec4b269.zip
decoder/mpg123: convert to C++
Diffstat (limited to 'src/DecoderList.cxx')
-rw-r--r--src/DecoderList.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderList.cxx b/src/DecoderList.cxx
index 4e7ac211a..e607b685d 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -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;