Please can you resolve issue in src/initeffects.cpp where is hardcoded
path, to works with 64-bit systems?
"/usr/lib/ladspa"
"/usr/local/lib/ladspa"
I think that it will be enough add these lines:
KGlobal::dirs()->addResourceDir("ladspa_plugin", "/usr/lib64/ladspa");
KGlobal::dirs()->addResourceDir("ladspa_plugin", "/usr/local/lib64/ladspa");
but you'll know better :)
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
<http://mail.kde.org/pipermail/kdenlive/attachments/20090522/30961db0/attachment.html>