From 22b16884a2fb054ed219f07774cc16ec3af34c26 Mon Sep 17 00:00:00 2001 From: "J. Alexander Treuman" Date: Thu, 27 Jul 2006 00:50:59 +0000 Subject: Use AudioCompress for volume normalization git-svn-id: https://svn.musicpd.org/mpd/trunk@4474 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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 08f7ed012..e86c73eab 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -50,6 +50,7 @@ mpd_headers = \ mpd_types.h \ myfprintf.h \ normalize.h \ + compress.h \ outputBuffer.h \ path.h \ pcm_utils.h \ @@ -95,6 +96,7 @@ mpd_SOURCES = \ metadataChunk.c \ myfprintf.c \ normalize.c \ + compress.c \ outputBuffer.c \ path.c \ pcm_utils.c \ -- cgit v1.2.3