aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-03-14 15:26:28 +0100
committerMax Kellermann <max@duempel.org>2009-03-14 15:26:28 +0100
commit456201fa222ab208aba45fa2d700a56f04876886 (patch)
treeac53d51444db8f6dbafb1e839191a7c4349e5912 /Makefile.am
parentf1eed721d26abc0e6f87374653c0fb6a877f96cc (diff)
downloadmpd-456201fa222ab208aba45fa2d700a56f04876886.tar.gz
mpd-456201fa222ab208aba45fa2d700a56f04876886.tar.xz
mpd-456201fa222ab208aba45fa2d700a56f04876886.zip
pcm_resample: renamed implementation functions
Added diversion functions to pcm_resample.c. These check which resampler is enabled at compile time (libsamplerate or fallback). This prepares the following patch.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4960a6dfc..508cba28b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,6 +101,7 @@ mpd_headers = \
src/pcm_channels.h \
src/pcm_format.h \
src/pcm_resample.h \
+ src/pcm_resample_internal.h \
src/pcm_dither.h \
src/pcm_prng.h \
src/permission.h \