aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-11-30 14:10:31 +0100
committerMax Kellermann <max@duempel.org>2013-11-30 14:10:31 +0100
commite9127523db55a267f67532fd61e913f2879324fc (patch)
tree24f65d0ce209b63137e59b8368436cc4ab5ceaf4 /Makefile.am
parent92004f2e7e6ec8479805313b0bdac7258d53c74e (diff)
downloadmpd-e9127523db55a267f67532fd61e913f2879324fc.tar.gz
mpd-e9127523db55a267f67532fd61e913f2879324fc.tar.xz
mpd-e9127523db55a267f67532fd61e913f2879324fc.zip
pcm/PcmConvert: move code to new class GluePcmResampler
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 2d50d0e6b..864f0dbbb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -339,6 +339,7 @@ libpcm_a_SOURCES = \
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/GlueResampler.cxx src/pcm/GlueResampler.hxx \
src/pcm/PcmResample.cxx src/pcm/PcmResample.hxx \
src/pcm/PcmResampleFallback.cxx \
src/pcm/PcmResampleInternal.hxx \