[PATCH] Allow configuration of the Speex resampler instead of libsamplerate

TS
Tobias Schlager
Wed, Aug 9, 2017 10:14 AM

Hi all,

this patch adds the configure option '--enable-speex-resample' which (in combination with '--disable-libsamplerate') allows the use of the BSD-licensed Speex resampler instead of libsamplerate which can be problematic due to its LGPL license.

The patch only addresses the aconfigure.ac file (autoconf needs to be called to recreate aconfigure after applying the patch)... and of course the Speex codec needs to be enabled (but not necessarily used) for this setup to work.

Regards
Tobias

Hi all, this patch adds the configure option '--enable-speex-resample' which (in combination with '--disable-libsamplerate') allows the use of the BSD-licensed Speex resampler instead of libsamplerate which can be problematic due to its LGPL license. The patch only addresses the aconfigure.ac file (autoconf needs to be called to recreate aconfigure after applying the patch)... and of course the Speex codec needs to be enabled (but not necessarily used) for this setup to work. Regards Tobias