shithub: aubio

Download patch

ref: 82335b731cf390bf49ec6c48b91669162971aa17
parent: ad7c7100418fb50d23646a58311728c1fe6ee94c
author: Paul Brossier <piem@piem.org>
date: Wed Nov 16 12:12:47 EST 2011

wscript: use --enable-samplerate as in configure

--- a/wscript
+++ b/wscript
@@ -75,7 +75,7 @@
   # check dependencies
   conf.check_cfg(package = 'sndfile', atleast_version = '1.0.4',
     args = '--cflags --libs')
-  if (Options.options.enable_libsamplerate == True):
+  if (Options.options.enable_samplerate == True):
       conf.check_cfg(package = 'samplerate', atleast_version = '0.0.15',
         args = '--cflags --libs')