From 3fd1fa31ca26c0cbf0f74a1f11dbaeaa176ab6ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 18:06:22 +0100 Subject: pcm_utils: moved code to pcm_mix.c Moved the software mixing code (used by crossfading) to a separate library. --- 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 2c2b14665..c5259b155 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -51,6 +51,7 @@ mpd_headers = \ mapper.h \ pcm_utils.h \ pcm_volume.h \ + pcm_mix.h \ pcm_channels.h \ pcm_resample.h \ pcm_dither.h \ @@ -131,6 +132,7 @@ mpd_SOURCES = \ mapper.c \ pcm_utils.c \ pcm_volume.c \ + pcm_mix.c \ pcm_channels.c \ pcm_resample.c \ pcm_dither.c \ -- cgit v1.2.3