You can put your library in the directory where MLT looks for its plugins,
or you can register your services at run-time using
mlt_repository_register():
https://www.mltframework.org/doxygen/mlt__repository_8h.html
On Tue, Jul 19, 2016 at 8:53 AM Paweł Goliński wrote:
> Hi,
>
> I’m wondering wh
Hi,
I’m wondering what are some recommended ways to distribute external MLT modules.
I’ve prepared some simple libvlc producer and consumer plugins and I want to
somehow use
them in my app now. MLT, as shipped by git repo, obviously doesn’t contain
them, but there must
be some way to use them a