Remove Sndfile code and use FFmpeg instead.
[dcpomatic.git] / wscript
diff --git a/wscript b/wscript
index 1bcc66c4667394aede0d6c5d31b26c5c285c1558..95ead6e5097aeeb20e33d3c6caf3a19cf4d390e7 100644 (file)
--- 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)