aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-10-27 00:22:22 +0100
committerMax Kellermann <max@duempel.org>2015-10-27 11:44:23 +0100
commit15e432204e62dd5a1c873af13a679195b9645b0c (patch)
treea00687f4ac08b273a9416c36681749c42ed9dcbe /Makefile.am
parent4b1630e1ec1fe5cbecc013a3e1487d9f43fcdd2f (diff)
downloadmpd-15e432204e62dd5a1c873af13a679195b9645b0c.tar.gz
mpd-15e432204e62dd5a1c873af13a679195b9645b0c.tar.xz
mpd-15e432204e62dd5a1c873af13a679195b9645b0c.zip
pcm/Order: new library to convert from FLAC to ALSA channel order
This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
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 c846d7411..0bcd9ad9c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -537,6 +537,7 @@ libpcm_a_SOURCES = \
src/pcm/Neon.hxx \
src/pcm/FormatConverter.cxx src/pcm/FormatConverter.hxx \
src/pcm/ChannelsConverter.cxx src/pcm/ChannelsConverter.hxx \
+ src/pcm/Order.cxx src/pcm/Order.hxx \
src/pcm/Resampler.hxx \
src/pcm/GlueResampler.cxx src/pcm/GlueResampler.hxx \
src/pcm/FallbackResampler.cxx src/pcm/FallbackResampler.hxx \