shithub: aubio

Download patch

ref: e836160a1cec3b83c7f526e5ce350f55600e4dbf
parent: fc9c60e88820570a0317023180752a1d10653f50
author: Paul Brossier <piem@piem.org>
date: Thu Jul 2 13:04:55 EDT 2020

[waf] add vorbis and flac to nodeps list

--- a/wscript
+++ b/wscript
@@ -144,6 +144,8 @@
                 'blas',
                 'fftw3',
                 'fftw3f',
+                'flac',
+                'vorbis',
         ]
         for d in external_deps:
             if not hasattr(ctx.options, 'enable_' + d):