From 0eefc7a43ce13876cdfb434e2a890a16befcb847 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 29 Nov 2013 21:39:53 +0100 Subject: pcm/PcmConvert: move code to new class PcmFormatConverter --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6aeb69ea3..b74d5fbb7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -337,6 +337,7 @@ libpcm_a_SOURCES = \ src/pcm/PcmChannels.cxx src/pcm/PcmChannels.hxx \ src/pcm/PcmPack.cxx src/pcm/PcmPack.hxx \ src/pcm/PcmFormat.cxx src/pcm/PcmFormat.hxx \ + src/pcm/FormatConverter.cxx src/pcm/FormatConverter.hxx \ src/pcm/PcmResample.cxx src/pcm/PcmResample.hxx \ src/pcm/PcmResampleFallback.cxx \ src/pcm/PcmResampleInternal.hxx \ -- cgit v1.2.3