diff options
author | J. Shagam <fluffy@beesbuzz.biz> | 2009-12-02 18:11:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-02 18:11:53 +0100 |
commit | 4076523198655b1b459c8014c0ff8de76d720703 (patch) | |
tree | 6a46f769caf550cd20b25f70c6eaefa2be7198a0 /Makefile.am | |
parent | 3857bb99909a3b2816c86f19d3bc3776ab7c8f4f (diff) | |
download | mpd-4076523198655b1b459c8014c0ff8de76d720703.tar.gz mpd-4076523198655b1b459c8014c0ff8de76d720703.tar.xz mpd-4076523198655b1b459c8014c0ff8de76d720703.zip |
compress: upgraded to AudioCompress 2.0
Copied sources from
http://beesbuzz.biz/code/audiocompress/AudioCompress-2.0.tar.gz
[mk: created this patch under fluffy's name and fixed some gcc
signed/unsigned comparison warnings]
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 58d1964e4..3ca89e165 100644 --- a/Makefile.am +++ b/Makefile.am @@ -116,7 +116,7 @@ mpd_headers = \ src/mixer/pulse_mixer_plugin.h \ src/daemon.h \ src/normalize.h \ - src/compress.h \ + src/AudioCompress/compress.h \ src/buffer.h \ src/pipe.h \ src/chunk.h \ @@ -253,7 +253,7 @@ src_mpd_SOURCES = \ src/event_pipe.c \ src/daemon.c \ src/normalize.c \ - src/compress.c \ + src/AudioCompress/compress.c \ src/buffer.c \ src/pipe.c \ src/chunk.c \ |