diff options
author | Max Kellermann <max@duempel.org> | 2013-07-28 12:42:06 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-07-28 12:48:26 +0200 |
commit | d3641766a580d20c4848d056a78399f10fcc6f18 (patch) | |
tree | 7008489c1d0e63053cc931e483e6f1f442e7edfb /src/DecoderList.cxx | |
parent | b25d5c5d33d1d83a96fdf2dc9057f890e94dc571 (diff) | |
download | mpd-d3641766a580d20c4848d056a78399f10fcc6f18.tar.gz mpd-d3641766a580d20c4848d056a78399f10fcc6f18.tar.xz mpd-d3641766a580d20c4848d056a78399f10fcc6f18.zip |
decoder/sndfile: 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 920d42748..4e7ac211a 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -35,13 +35,13 @@ #include "decoder/GmeDecoderPlugin.hxx" #include "decoder/FaadDecoderPlugin.hxx" #include "decoder/MadDecoderPlugin.hxx" +#include "decoder/SndfileDecoderPlugin.hxx" #include <glib.h> #include <string.h> extern const struct decoder_plugin mpg123_decoder_plugin; -extern const struct decoder_plugin sndfile_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; |