From f227d182fa5a829fdeabf9eca8f33da5ce7f4e0d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Sep 2015 21:51:54 +0100 Subject: Use libsamplerate for resampling instead of FFmpeg / libsoxr. libsoxr was crashing on Windows and seems somewhat unmaintained. --- wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index d77fadb8e..18409fe01 100644 --- a/wscript +++ b/wscript @@ -163,6 +163,9 @@ def configure(conf): # libsndfile conf.check_cfg(package='sndfile', args='--cflags --libs', uselib_store='SNDFILE', mandatory=True) + # libsamplerate + conf.check_cfg(package='samplerate', args='--cflags --libs', uselib_store='SAMPLERATE', mandatory=True) + # glib conf.check_cfg(package='glib-2.0', args='--cflags --libs', uselib_store='GLIB', mandatory=True) -- cgit v1.2.3