--- These bits were left by accident when I was removing the soxr-lq from my patches. src/pulsecore/resampler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pulsecore/resampler.c b/src/pulsecore/resampler.c index 8974db3..17919a3 100644 --- a/src/pulsecore/resampler.c +++ b/src/pulsecore/resampler.c @@ -112,12 +112,10 @@ static int (* const init_table[])(pa_resampler *r) = { [PA_RESAMPLER_COPY] = copy_init, [PA_RESAMPLER_PEAKS] = pa_resampler_peaks_init, #ifdef HAVE_SOXR - [PA_RESAMPLER_SOXR_LQ] = pa_resampler_soxr_init, [PA_RESAMPLER_SOXR_MQ] = pa_resampler_soxr_init, [PA_RESAMPLER_SOXR_HQ] = pa_resampler_soxr_init, [PA_RESAMPLER_SOXR_VHQ] = pa_resampler_soxr_init, #else - [PA_RESAMPLER_SOXR_LQ] = NULL, [PA_RESAMPLER_SOXR_MQ] = NULL, [PA_RESAMPLER_SOXR_HQ] = NULL, [PA_RESAMPLER_SOXR_VHQ] = NULL, -- 2.1.0