On Sun, Oct 9, 2016 at 1:01 AM Jean-Baptiste Mardelle <j...@kdenlive.org>
wrote:
> On Sunday, October 9, 2016 9:42:32 AM CEST, Jean-Baptiste Mardelle wrote:
> > On Saturday, October 8, 2016 9:41:46 PM CEST, Dan Dennedy wrote:
> >> I just installed autotalent on my Ubuntu 16.04 machine, and
> >> using the latest MLT from git, it works for me:
> >> ddennedy@MS-7593:~$ melt -query filters | grep 4262
> >> - ladspa.4262
> >
> > Thanks for the feedback. I recompiled everything and still the same issue
> > for me on a Kubuntu 16.04. So I had a closer look at the code and found
> > that this is an underlinking issue. Adding some fprintf (for some reason
> > mlt_log did not give any output), running melt outputs:
>
> The following patch fixes the problem, but I am not familiar with dlopen so
> not sure if it has any other consequences since you just removed
> RTLD_GLOBAL from jackrack/plugin.c in a recent commit...
>
It seems to me that RTLD_GLOBAL may have been used in the past to
workaround unlinking issues instead of fixing them, but it has had other
bad side effects as described in the commit message and Debian bug.
Therefore, I should not accept RTLD_GLOBAL here. We do not use it for
frei0r or to load MLT modules (except for kino module, which I actually
should remove now).
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel