pcm_resample: choose the fallback resampler at runtime

Even if libsamplerate support is enabled, compile the fallback
resampler.  When the user specifies the option
"samplerate_converter=internal", it is chosen in favor of
libsamplerate.  This may help users with a weak FPU who don't want to
compile a custom MPD from source, because the fallback resampler does
not use floating point operations.
This commit is contained in:
Max Kellermann
2009-03-14 15:26:36 +01:00
parent 456201fa22
commit e12140cfce
5 changed files with 41 additions and 20 deletions

1
NEWS
View File

@@ -53,6 +53,7 @@ ver 0.15 - (200?/??/??)
* 32 bit audio support
* Print available protocols in --version
* fill buffer after seeking
* choose the fallback resampler at runtime
ver 0.14.2 (2009/02/13)