shithub: aubio

Download patch

ref: 2a6e6727c696f5e7a1cb0b8e9663f024f4be049a
parent: 46378b3b845d266c97ff4d441f394f70e7ea7d36
author: Paul Brossier <piem@piem.org>
date: Sun Sep 25 20:22:18 EDT 2011

wscript: make jack, samplerate, and lash optional

--- a/wscript
+++ b/wscript
@@ -28,11 +28,11 @@
   opt.add_option('--enable-complex', action='store_true', default=False,
       help='compile with C99 complex')
   opt.add_option('--enable-jack', action='store_true', default=False,
-      help='compile without jack support')
+      help='compile with jack support')
   opt.add_option('--enable-lash', action='store_true', default=False,
-      help='compile without lash support')
+      help='compile with lash support')
   opt.add_option('--enable-libsamplerate', action='store_true', default=False,
-      help='compile without libsamplerate support')
+      help='compile with libsamplerate support')
   opt.add_option('--with-target-platform', type='string',
       help='set target platform for cross-compilation', dest='target_platform')
   opt.load('compiler_cc')