aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-07 22:04:58 +0100
committerMax Kellermann <max@duempel.org>2013-01-07 22:04:58 +0100
commit39060b528aceee15a19842f2e9c830d4b35af99e (patch)
tree179bff5d1494118f284eb8e45b00206ff7315844 /src/decoder_list.c
parent4a36323f1bf9b6db20faa5f512095d1bb7bced2b (diff)
downloadmpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.gz
mpd-39060b528aceee15a19842f2e9c830d4b35af99e.tar.xz
mpd-39060b528aceee15a19842f2e9c830d4b35af99e.zip
decoder/vorbis: convert to C++
Diffstat (limited to '')
-rw-r--r--src/decoder_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_list.c b/src/decoder_list.c
index 575346c98..79e03a4e6 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -28,6 +28,7 @@
#include "decoder/dsf_decoder_plugin.h"
#include "decoder/FLACDecoderPlugin.h"
#include "decoder/OpusDecoderPlugin.h"
+#include "decoder/VorbisDecoderPlugin.h"
#include "decoder/AdPlugDecoderPlugin.h"
#include <glib.h>
@@ -36,7 +37,6 @@
extern const struct decoder_plugin mad_decoder_plugin;
extern const struct decoder_plugin mpg123_decoder_plugin;
-extern const struct decoder_plugin vorbis_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
extern const struct decoder_plugin audiofile_decoder_plugin;
extern const struct decoder_plugin mp4ff_decoder_plugin;