aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_list.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-26 00:37:04 +0100
committerMax Kellermann <max@duempel.org>2013-01-26 01:17:43 +0100
commitba49f20f685d7e6d25fcbf2af60d389fedc67210 (patch)
treeaf00916b85a20bbff10b3e6863f4498300aeb4ca /src/decoder_list.c
parenta3ee26da6437dff2d065cc3fc2ad069447309ab6 (diff)
downloadmpd-ba49f20f685d7e6d25fcbf2af60d389fedc67210.tar.gz
mpd-ba49f20f685d7e6d25fcbf2af60d389fedc67210.tar.xz
mpd-ba49f20f685d7e6d25fcbf2af60d389fedc67210.zip
decoder/ffmpeg: convert to C++
Diffstat (limited to 'src/decoder_list.c')
-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 d6818d109..faf71f777 100644
--- a/src/decoder_list.c
+++ b/src/decoder_list.c
@@ -30,6 +30,7 @@
#include "decoder/VorbisDecoderPlugin.h"
#include "decoder/AdPlugDecoderPlugin.h"
#include "decoder/WavpackDecoderPlugin.hxx"
+#include "decoder/FfmpegDecoderPlugin.hxx"
#include <glib.h>
@@ -47,7 +48,6 @@ extern const struct decoder_plugin mikmod_decoder_plugin;
extern const struct decoder_plugin sidplay_decoder_plugin;
extern const struct decoder_plugin wildmidi_decoder_plugin;
extern const struct decoder_plugin fluidsynth_decoder_plugin;
-extern const struct decoder_plugin ffmpeg_decoder_plugin;
extern const struct decoder_plugin gme_decoder_plugin;
const struct decoder_plugin *const decoder_plugins[] = {