aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-10-23 16:58:07 +0200
committerMax Kellermann <max@duempel.org>2008-10-23 16:58:07 +0200
commit0078837a9760b8b5a14c87af0cb44a107462db7b (patch)
treeaef6736cc2cfab4b5912480e93ba5deae5dd163e /src/Makefile.am
parent80603cf6f13960a771889f59634b312f8d389381 (diff)
downloadmpd-0078837a9760b8b5a14c87af0cb44a107462db7b.tar.gz
mpd-0078837a9760b8b5a14c87af0cb44a107462db7b.tar.xz
mpd-0078837a9760b8b5a14c87af0cb44a107462db7b.zip
pcm_dither: added generic 24 to 16 bit dithering
Copied and adapted code from the mp3 decoder plugin. This library now replaces the old and low-quality function pcm_convert_24_to_16().
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 17234ca30..f2bf55eb1 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -66,6 +66,7 @@ mpd_headers = \
path.h \
mapper.h \
pcm_utils.h \
+ pcm_dither.h \
permission.h \
player_thread.h \
player_control.h \
@@ -145,6 +146,7 @@ mpd_SOURCES = \
path.c \
mapper.c \
pcm_utils.c \
+ pcm_dither.c \
permission.c \
player_thread.c \
player_control.c \