From 33364edfb3ed349c0a05d55e0449bfc0a9a701be Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 25 Sep 2012 22:03:44 +0200 Subject: decoder/adplug: new decoder plugin --- src/decoder_list.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index 3ea704e98..81098e394 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -27,6 +27,7 @@ #include "decoder/dsdiff_decoder_plugin.h" #include "decoder/dsf_decoder_plugin.h" #include "decoder/OpusDecoderPlugin.h" +#include "decoder/AdPlugDecoderPlugin.h" #include @@ -105,6 +106,9 @@ const struct decoder_plugin *const decoder_plugins[] = { #ifdef ENABLE_FLUIDSYNTH &fluidsynth_decoder_plugin, #endif +#ifdef HAVE_ADPLUG + &adplug_decoder_plugin, +#endif #ifdef HAVE_FFMPEG &ffmpeg_decoder_plugin, #endif -- cgit v1.2.3