aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJurgen Kramer <gtmkramer@xs4all.nl>2012-06-16 13:46:42 +0200
committerAnton Khirnov <anton@khirnov.net>2013-11-04 10:52:49 +0100
commiteb5c7d6a7d4cd9bda24c6961959cd67e24d09490 (patch)
tree92ea99f8248f23068d60618f74ab1612ec278202 /Makefile.am
parent7245b9a3c9ae3ffb943cb9a8fae09c51167fd737 (diff)
patch to split DSD decoder into separate decoders for DSF en DFF. Move common
functions to new dsdlib. Update user doc.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4429a786..c0815799 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -496,6 +496,10 @@ libdecoder_plugins_a_SOURCES = \
src/decoder/pcm_decoder_plugin.c \
src/decoder/dsdiff_decoder_plugin.c \
src/decoder/dsdiff_decoder_plugin.h \
+ src/decoder/dsf_decoder_plugin.c \
+ src/decoder/dsf_decoder_plugin.h \
+ src/decoder/dsdlib.c \
+ src/decoder/dsdlib.h \
src/decoder_buffer.c \
src/decoder_plugin.c \
src/decoder_list.c