decoder: new "pcm" decoder plugin

Just there to support the "cdio_paranoia" input plugin.
This commit is contained in:
Max Kellermann
2010-12-22 09:08:12 +01:00
parent 9bf7fde49f
commit e3cba18532
4 changed files with 121 additions and 0 deletions

View File

@@ -23,6 +23,7 @@
#include "utils.h"
#include "conf.h"
#include "mpd_error.h"
#include "decoder/pcm_decoder_plugin.h"
#include <glib.h>
@@ -102,6 +103,7 @@ const struct decoder_plugin *const decoder_plugins[] = {
#ifdef HAVE_GME
&gme_decoder_plugin,
#endif
&pcm_decoder_plugin,
NULL
};