mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
remove misspelled unused define
This commit is contained in:
parent
1cf6661196
commit
2b53558e66
1 changed files with 0 additions and 1 deletions
|
|
@ -52,7 +52,6 @@ def build(bld):
|
||||||
obj.target = 'ardourvampplugins'
|
obj.target = 'ardourvampplugins'
|
||||||
obj.uselib = 'FFTW3F VAMPSDK'
|
obj.uselib = 'FFTW3F VAMPSDK'
|
||||||
obj.use = 'libvampplugin libqmdsp'
|
obj.use = 'libvampplugin libqmdsp'
|
||||||
obj.defines = [ 'ARDOUR_VAMP_PLUGINS_DLL_EPORTS' ]
|
|
||||||
autowaf.ensure_visible_symbols (obj, True)
|
autowaf.ensure_visible_symbols (obj, True)
|
||||||
if bld.is_defined('HAVE_AUBIO4'):
|
if bld.is_defined('HAVE_AUBIO4'):
|
||||||
obj.source += ' Onset.cpp '
|
obj.source += ' Onset.cpp '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue