shithub: aubio

Download patch

ref: c52b4833bd21d4e80f6a4924031a71ab3d94f9ad
parent: 926f0f6b4b495cd896b08529dd451326c81350e9
author: Paul Brossier <piem@piem.org>
date: Thu Oct 17 10:10:33 EDT 2013

examples/wscript_build: simplify

--- a/examples/wscript_build
+++ b/examples/wscript_build
@@ -13,7 +13,7 @@
   bld.program(features = 'c cprogram',
       includes = '../src',
       lib = 'm',
-      use = ['aubio', 'FFTW3F', 'FFTW3', 'SNDFILE', 'JACK', 'LASH', 'SAMPLERATE', 'utilsio'],
+      use = ['aubio', 'utilsio'],
       source = str(source_file),
       target = str(source_file).split('.')[0]
     )