aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-14 09:21:56 +0100
committerMax Kellermann <max@duempel.org>2014-03-14 20:54:09 +0100
commit08e6cf3dd2c917bcc32ea8bc3a77993b42d4fb9d (patch)
tree1fd3b0ec60f62b184991037ffcb9402502dac2ac /Makefile.am
parent044134eba0854aef1b7015c1b67f3b854d90ca2b (diff)
downloadmpd-08e6cf3dd2c917bcc32ea8bc3a77993b42d4fb9d.tar.gz
mpd-08e6cf3dd2c917bcc32ea8bc3a77993b42d4fb9d.tar.xz
mpd-08e6cf3dd2c917bcc32ea8bc3a77993b42d4fb9d.zip
pcm/PcmFormat: eliminate more duplicate code with templates
Refactor the conversion functions to classes and pass an instance to the new function AllocateConvert().
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9866d2936..e1a5415d8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -450,6 +450,8 @@ 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/FloatConvert.hxx \
+ src/pcm/ShiftConvert.hxx \
src/pcm/FormatConverter.cxx src/pcm/FormatConverter.hxx \
src/pcm/ChannelsConverter.cxx src/pcm/ChannelsConverter.hxx \
src/pcm/Resampler.hxx \