aboutsummaryrefslogtreecommitdiffstats
path: root/src/DecoderList.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-07-28 12:37:55 +0200
committerMax Kellermann <max@duempel.org>2013-07-28 12:48:26 +0200
commitb25d5c5d33d1d83a96fdf2dc9057f890e94dc571 (patch)
treef33c05c3ff11c983058365f6782481c8dcd7eb8e /src/DecoderList.cxx
parent352d7f477eaf8a6a8536feb059a32a8b61ccb9ca (diff)
downloadmpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.tar.gz
mpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.tar.xz
mpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.zip
decoder/audiofile: 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 d8035a737..920d42748 100644
--- a/src/DecoderList.cxx
+++ b/src/DecoderList.cxx
@@ -22,6 +22,7 @@
#include "decoder_plugin.h"
#include "conf.h"
#include "mpd_error.h"
+#include "decoder/AudiofileDecoderPlugin.hxx"
#include "decoder/pcm_decoder_plugin.h"
#include "decoder/DsdiffDecoderPlugin.hxx"
#include "decoder/DsfDecoderPlugin.hxx"
@@ -41,7 +42,6 @@
extern const struct decoder_plugin mpg123_decoder_plugin;
extern const struct decoder_plugin sndfile_decoder_plugin;
-extern const struct decoder_plugin audiofile_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;