[waf] add vorbis and flac to nodeps list
authorPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 15:04:55 +0000 (17:04 +0200)
committerPaul Brossier <piem@piem.org>
Thu, 2 Jul 2020 15:04:55 +0000 (17:04 +0200)
wscript

diff --git a/wscript b/wscript
index 2918564..98fb82d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -144,6 +144,8 @@ def configure(ctx):
                 'blas',
                 'fftw3',
                 'fftw3f',
+                'flac',
+                'vorbis',
         ]
         for d in external_deps:
             if not hasattr(ctx.options, 'enable_' + d):