decoder/Reader: new Reader implementation

This commit is contained in:
Max Kellermann
2016-05-02 23:44:26 +02:00
parent a7ced00520
commit f491135318
3 changed files with 78 additions and 0 deletions

View File

@@ -900,6 +900,7 @@ endif
libdecoder_a_SOURCES = \
src/decoder/plugins/PcmDecoderPlugin.cxx \
src/decoder/plugins/PcmDecoderPlugin.hxx \
src/decoder/Reader.cxx src/decoder/Reader.hxx \
src/decoder/DecoderBuffer.cxx src/decoder/DecoderBuffer.hxx \
src/decoder/DecoderPlugin.cxx \
src/decoder/DecoderList.cxx src/decoder/DecoderList.hxx