From 456201fa222ab208aba45fa2d700a56f04876886 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 14 Mar 2009 15:26:28 +0100 Subject: 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. --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') 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 \ -- cgit v1.2.3