mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Add VAMP SDK to audiographer deps.
This commit is contained in:
parent
040b61e0bc
commit
4928d53f8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue