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.
This commit is contained in:
Max Kellermann
2009-03-14 15:26:28 +01:00
parent f1eed721d2
commit 456201fa22
5 changed files with 159 additions and 29 deletions
+1
View File
@@ -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 \