diff options
author | Max Kellermann <max@duempel.org> | 2010-12-22 09:08:12 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-12-22 09:48:48 +0100 |
commit | e3cba18532a24bf20a4174070159eef647057464 (patch) | |
tree | e7a2227f100071e22922ad7094b785c29513ab41 /Makefile.am | |
parent | 9bf7fde49f0883356a4fded05b3fe72db8d3686a (diff) | |
download | mpd-e3cba18532a24bf20a4174070159eef647057464.tar.gz mpd-e3cba18532a24bf20a4174070159eef647057464.tar.xz mpd-e3cba18532a24bf20a4174070159eef647057464.zip |
decoder: new "pcm" decoder plugin
Just there to support the "cdio_paranoia" input plugin.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f02b389c8..7a65ab890 100644 --- a/Makefile.am +++ b/Makefile.am @@ -97,6 +97,7 @@ mpd_headers = \ src/decoder/flac_pcm.h \ src/decoder/_flac_common.h \ src/decoder/_ogg_common.h \ + src/decoder/pcm_decoder_plugin.h \ src/input_init.h \ src/input_plugin.h \ src/input_registry.h \ @@ -462,6 +463,7 @@ DECODER_LIBS = \ $(CUE_LIBS) DECODER_SRC = \ + src/decoder/pcm_decoder_plugin.c \ src/decoder_buffer.c \ src/decoder_plugin.c \ src/decoder_list.c |