From 4e909f94113360933b77cf9e67ec54649d48665f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 3 Oct 2011 12:52:15 +0200 Subject: decoder/dsdiff: new decoder plugin Doesn't seem to work yet, getting just noise from a test file. Seeking isn't implemented yet. --- 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 11da3f63c..2029b3e62 100644 --- a/src/decoder_list.c +++ b/src/decoder_list.c @@ -24,6 +24,7 @@ #include "conf.h" #include "mpd_error.h" #include "decoder/pcm_decoder_plugin.h" +#include "decoder/dsdiff_decoder_plugin.h" #include @@ -70,6 +71,7 @@ const struct decoder_plugin *const decoder_plugins[] = { #ifdef HAVE_AUDIOFILE &audiofile_decoder_plugin, #endif + &dsdiff_decoder_plugin, #ifdef HAVE_FAAD &faad_decoder_plugin, #endif -- cgit v1.2.3