aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-06-22 14:28:23 +0200
committerMax Kellermann <max@duempel.org>2015-06-22 14:42:19 +0200
commiteed1a3c239d78edf978af9433001cbc823242cda (patch)
tree36db7f602cc55182fc91d6fd4183f53325e40ac0 /Makefile.am
parent94c037821ba26a040006568a103b770571fda140 (diff)
downloadmpd-eed1a3c239d78edf978af9433001cbc823242cda.tar.gz
mpd-eed1a3c239d78edf978af9433001cbc823242cda.tar.xz
mpd-eed1a3c239d78edf978af9433001cbc823242cda.zip
decoder/ffmpeg: move code to pcm/Interleave.cxx
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 c6bcfa1a6..39d4e71f5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -492,6 +492,7 @@ endif
libpcm_a_SOURCES = \
src/pcm/Domain.cxx src/pcm/Domain.hxx \
src/pcm/Traits.hxx \
+ src/pcm/Interleave.cxx src/pcm/Interleave.hxx \
src/pcm/PcmBuffer.cxx src/pcm/PcmBuffer.hxx \
src/pcm/PcmExport.cxx src/pcm/PcmExport.hxx \
src/pcm/PcmConvert.cxx src/pcm/PcmConvert.hxx \