From e3cba18532a24bf20a4174070159eef647057464 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 22 Dec 2010 09:08:12 +0100 Subject: decoder: new "pcm" decoder plugin Just there to support the "cdio_paranoia" input plugin. --- src/decoder_list.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/decoder_list.c') diff --git a/src/decoder_list.c b/src/decoder_list.c index d76050023..4d8562be6 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -23,6 +23,7 @@ #include "utils.h" #include "conf.h" #include "mpd_error.h" +#include "decoder/pcm_decoder_plugin.h" #include @@ -102,6 +103,7 @@ const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_GME &gme_decoder_plugin, #endif + &pcm_decoder_plugin, NULL }; -- cgit v1.2.3