aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-29 21:39:53 +0100
committerMax Kellermann <max@duempel.org>2013-11-30 13:08:55 +0100
commit0eefc7a43ce13876cdfb434e2a890a16befcb847 (patch)
tree583e30d7e6cde01c33e42ec998883bcd94c46951 /Makefile.am
parent3a666702af9a57c7e8dc5e266b28eaaa5835f5e5 (diff)
downloadmpd-0eefc7a43ce13876cdfb434e2a890a16befcb847.tar.gz
mpd-0eefc7a43ce13876cdfb434e2a890a16befcb847.tar.xz
mpd-0eefc7a43ce13876cdfb434e2a890a16befcb847.zip
pcm/PcmConvert: move code to new class PcmFormatConverter
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
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 \