13
0

remove misspelled unused define

This commit is contained in:
Robin Gareus 2016-05-23 02:29:55 +02:00
parent 1cf6661196
commit 2b53558e66

View File

@ -52,7 +52,6 @@ def build(bld):
obj.target = 'ardourvampplugins'
obj.uselib = 'FFTW3F VAMPSDK'
obj.use = 'libvampplugin libqmdsp'
obj.defines = [ 'ARDOUR_VAMP_PLUGINS_DLL_EPORTS' ]
autowaf.ensure_visible_symbols (obj, True)
if bld.is_defined('HAVE_AUBIO4'):
obj.source += ' Onset.cpp '