fix detection of aubio library - aubio-0.4 breaks API and ABI.
authorRobin Gareus <robin@gareus.org>
Sat, 4 Jan 2014 18:28:15 +0000 (19:28 +0100)
committerRobin Gareus <robin@gareus.org>
Sat, 4 Jan 2014 18:28:15 +0000 (19:28 +0100)
commitf3d858f9dfa8e708cefb445c3825bca8304e897b
tree4bcde34d0c0df41b0cbea34860a72b57b0a1b540
parent8c7cae0d8f98c17ac082da580a8467e436d9dd5a
fix detection of aubio library - aubio-0.4 breaks API and ABI.

ideally we'll want atleast_version='0.3.2', max_version='0.3.9'
(or anything before 0.4.0) for the time being.
but waf/autowaf don't seem to allow that.

aubio-0.3.2 was the previous minimum requirement and is
also the last release of audio-0.3.X, so we're good with
exact_version for now.
libs/ardour/wscript
libs/vamp-plugins/wscript