Re: [Audacity-devel] LV2/LADSPA library summary
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Richard A. <ri...@au...> - 2008-07-11 20:50:07
|
On Fri, 2008-07-11 at 21:15 +0200, Lars Luthman wrote: > SLV2 version 0.6.0 was released a couple of days ago, and the function > slv2_plugin_get_port_ranges() was renamed to > slv2_plugin_get_port_ranges_float(). I changed the Audacity code to call > the new function. > > Unfortunately the SVN code from the days before the release reports that > it is version 0.6.0 too, so we can't detect which API it is by just > using pkg-config. We _could_ do some explicit function checks, but I'm > not sure it's worth it - the first API wasn't officially released after > all. > > You only get that error when building with a system installation of > SLV2, right? If you use --with-slv2=local or install the 0.6.0 release > it should go away. Ack - trying doing an install of 0.6.0 release now. Richard |