diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-04 21:51:54 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-05 00:25:08 +0100 |
| commit | f227d182fa5a829fdeabf9eca8f33da5ce7f4e0d (patch) | |
| tree | 753bbb75ed9a41d5b01967a2c16667285abae42a /wscript | |
| parent | af7196df44dc81c7ab48486ca270f4036fb8bbfd (diff) | |
Use libsamplerate for resampling instead of FFmpeg / libsoxr.
libsoxr was crashing on Windows and seems somewhat
unmaintained.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |
