[Kdenlive-devel] resolve path for 64-bit system

Zarko Pintar zarko.pintar at gmail.com
Fri May 22 20:33:45 UTC 2009


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>


More information about the Kdenlive mailing list