From a0bcbb37f45d6bed7f84e53da567ee485fc9669d Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 23 Oct 2008 20:03:14 +0200 Subject: pcm_utils: moved channel conversion functions to pcm_channels.c Separate code from pcm_utils.c to keep it small and simple. --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 47a121484..35a4d2b62 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -66,6 +66,7 @@ mpd_headers = \ path.h \ mapper.h \ pcm_utils.h \ + pcm_channels.h \ pcm_resample.h \ pcm_dither.h \ permission.h \ @@ -147,6 +148,7 @@ mpd_SOURCES = \ path.c \ mapper.c \ pcm_utils.c \ + pcm_channels.c \ pcm_resample.c \ pcm_dither.c \ permission.c \ -- cgit v1.2.3