diff options
author | Max Kellermann <max@duempel.org> | 2012-03-01 01:56:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-03-01 02:05:40 +0100 |
commit | 9c36e71081841e2203ddb23ff9c9bef6ce65a0fe (patch) | |
tree | 7f3e4d4047d1a5cd3e6ee52c3ada4c3a0e65d0f1 /Makefile.am | |
parent | c9c57af5f7995946007a029c1d21f7bc6834f1d0 (diff) | |
download | mpd-9c36e71081841e2203ddb23ff9c9bef6ce65a0fe.tar.gz mpd-9c36e71081841e2203ddb23ff9c9bef6ce65a0fe.tar.xz mpd-9c36e71081841e2203ddb23ff9c9bef6ce65a0fe.zip |
decoder/dsdiff: don't convert to PCM
Move the responsibility for the conversion to the PCM library. This
will allow passing the verbatim DSD samples to an output plugin.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c7089ae13..07782fdcb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -481,7 +481,6 @@ libdecoder_plugins_a_SOURCES = \ src/decoder/pcm_decoder_plugin.c \ src/decoder/dsdiff_decoder_plugin.c \ src/decoder/dsdiff_decoder_plugin.h \ - src/dsd2pcm/dsd2pcm.c src/dsd2pcm/dsd2pcm.h \ src/decoder_buffer.c \ src/decoder_plugin.c \ src/decoder_list.c |