From 4928d53f8db3a9d3dd7e85d26058b54a3a2c5246 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 10 Feb 2016 17:08:06 +0100 Subject: [PATCH] Add VAMP SDK to audiographer deps. --- libs/audiographer/wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/audiographer/wscript b/libs/audiographer/wscript index e70f1234a9..0be64a86a8 100644 --- a/libs/audiographer/wscript +++ b/libs/audiographer/wscript @@ -85,7 +85,7 @@ def build(bld): audiographer.target = 'audiographer' audiographer.export_includes = ['.', './src'] audiographer.includes = ['.', './src','../ardour','../timecode','../evoral'] - audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F' + audiographer.uselib = 'GLIB GLIBMM GTHREAD SAMPLERATE SNDFILE FFTW3F VAMPSDK VAMPHOSTSDK' audiographer.use = 'libpbd' audiographer.vnum = AUDIOGRAPHER_LIB_VERSION audiographer.install_path = bld.env['LIBDIR']