fix detection of aubio library - aubio-0.4 breaks API and ABI.
[ardour.git] / libs / vamp-plugins / wscript
index 46198cc18e21678fc700ebd10a87fef4768c81d7..9568e963670e9e231c06a753921cbb73e5e1d58a 100644 (file)
@@ -26,7 +26,8 @@ def configure(conf):
     conf.load('compiler_cxx')
     autowaf.configure(conf)
     autowaf.check_pkg(conf, 'fftw3f', uselib_store='FFTW3F', mandatory=True)
-    autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO', mandatory=False)
+    autowaf.check_pkg(conf, 'aubio', uselib_store='AUBIO', mandatory=False,
+                      exact_version='0.3.2')
     conf.write_config_header('libvampplugins-config.h', remove=False)
 
 def build(bld):