Hi,

Ok, finally I found the time to look into the problem, and here is
what I found out:
Seems that SoundTouch added a namespace "soundtouch", and the library
version 1.3.0 is not binary compatible anymore.

A solution is to recompile ardour, and to add a small fix:

using namespace soundtouch;

in libs/ardour/session_timefx.cc

(same in the attached patch)

in order to make it compile and work with the new soundfile library.
I think this solution would be ok, as the library name of libsoundtouch is
different from the conflicting version 1.2.1.

The offending 1.2.1 version against which ardour is compiled currently does not exist anymore, so there won't be any problems with that.

Cheers,

Guenter




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to