diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 12:37:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 12:48:26 +0200 |
commit | b25d5c5d33d1d83a96fdf2dc9057f890e94dc571 (patch) | |
tree | f33c05c3ff11c983058365f6782481c8dcd7eb8e /src/DecoderList.cxx | |
parent | 352d7f477eaf8a6a8536feb059a32a8b61ccb9ca (diff) | |
download | mpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.tar.gz mpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.tar.xz mpd-b25d5c5d33d1d83a96fdf2dc9057f890e94dc571.zip |
decoder/audiofile: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/DecoderList.cxx | 2 |
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; |