diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 22:33:59 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 22:33:59 +0200 |
commit | 257b42b87f8a8ddb50618c43da7b58c50c68779f (patch) | |
tree | efe444b256dee9119bea2c4f012760db4fdf2f59 /src/DecoderList.cxx | |
parent | 31bc94160a4dc7b8749cca8c3f7b703548fcb4f4 (diff) | |
download | mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.gz mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.tar.xz mpd-257b42b87f8a8ddb50618c43da7b58c50c68779f.zip |
decoder/faad: convert to C++
Diffstat (limited to 'src/DecoderList.cxx')
-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 0bf65bcdb..aa37c105e 100644 --- a/src/DecoderList.cxx +++ b/src/DecoderList.cxx @@ -32,6 +32,7 @@ #include "decoder/WavpackDecoderPlugin.hxx" #include "decoder/FfmpegDecoderPlugin.hxx" #include "decoder/GmeDecoderPlugin.hxx" +#include "decoder/FaadDecoderPlugin.hxx" #include <glib.h> @@ -41,7 +42,6 @@ extern const struct decoder_plugin mad_decoder_plugin; 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 faad_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; |