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. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 25ef552ce..54e03c277 100644 --- a/Makefile.am +++ b/Makefile.am @@ -490,6 +490,9 @@ DECODER_LIBS = \ DECODER_SRC = \ 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 -- cgit v1.2.3