diff options
author | Max Kellermann <max@duempel.org> | 2013-11-30 13:19:07 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-11-30 13:22:25 +0100 |
commit | 92004f2e7e6ec8479805313b0bdac7258d53c74e (patch) | |
tree | e8d522cd55c015e145816f6df6db8316ea6cad6a /Makefile.am | |
parent | 0eefc7a43ce13876cdfb434e2a890a16befcb847 (diff) | |
download | mpd-92004f2e7e6ec8479805313b0bdac7258d53c74e.tar.gz mpd-92004f2e7e6ec8479805313b0bdac7258d53c74e.tar.xz mpd-92004f2e7e6ec8479805313b0bdac7258d53c74e.zip |
pcm/PcmConvert: move code to new class PcmChannelsConverter
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b74d5fbb7..2d50d0e6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -338,6 +338,7 @@ libpcm_a_SOURCES = \ 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/ChannelsConverter.cxx src/pcm/ChannelsConverter.hxx \ src/pcm/PcmResample.cxx src/pcm/PcmResample.hxx \ src/pcm/PcmResampleFallback.cxx \ src/pcm/PcmResampleInternal.hxx \ |