From d60b9d006fee94fab80ee86fe1149de7f2e76750 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 May 2016 23:46:51 +0100 Subject: Remove Sndfile code and use FFmpeg instead. --- wscript | 3 --- 1 file changed, 3 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 1bcc66c46..95ead6e50 100644 --- a/wscript +++ b/wscript @@ -176,9 +176,6 @@ def configure(conf): lib=['icuio', 'icui18n', 'icudata', 'icuuc'], uselib_store='ICU') - # 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) -- cgit v1.2.3