From df30a29391b8a869667139f62955cf794c7d27c2 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Jan 2009 18:19:09 +0100 Subject: pcm_utils: moved code to pcm_format.c Moved all code which converts the sample format 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 c5259b155..00891cfc0 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -53,6 +53,7 @@ mpd_headers = \ pcm_volume.h \ pcm_mix.h \ pcm_channels.h \ + pcm_format.h \ pcm_resample.h \ pcm_dither.h \ pcm_prng.h \ @@ -134,6 +135,7 @@ mpd_SOURCES = \ pcm_volume.c \ pcm_mix.c \ pcm_channels.c \ + pcm_format.c \ pcm_resample.c \ pcm_dither.c \ permission.c \ -- cgit v1.2.3