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 :)
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Kdenlive-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel

Reply via email to