Discussion:
[Mlt-devel] [mltframework/mlt] 6bb17e: Use RTLD_LAZY for listing LADSPA plugins.
GitHub
2017-03-31 02:55:41 UTC
Permalink
Branch: refs/heads/master
Home: https://github.com/mltframework/mlt
Commit: 6bb17e1305106a7dd04278f0050f74feea54bdcd
https://github.com/mltframework/mlt/commit/6bb17e1305106a7dd04278f0050f74feea54bdcd
Author: Dan Dennedy <***@dennedy.org>
Date: 2017-03-30 (Thu, 30 Mar 2017)

Changed paths:
M src/modules/jackrack/plugin_mgr.c

Log Message:
-----------
Use RTLD_LAZY for listing LADSPA plugins.

This is a little faster to init MLT and resolves Shotcut bug
https://github.com/mltframework/shotcut/issues/404

Loading...