Dear JB and Dan,
My station is a Debian SID with multiple ffmpeg and libavformat environments.
How can I decide to link MLT against a specific version of libavformat?
Kind regards,
Jean-Michel
Dear JB and Dan,
My station is a Debian SID with multiple ffmpeg and libavformat environments.
How can I decide to link MLT against a specific version of libavformat?
Kind regards,
Jean-Michel
Use my kdenlive_builder.sh script, don't reinvent wheel but help to improve it ;)
You will end up having fresh ffmpeg, mlt and indeed kdenlive all linked well together using LD_RUN_PATH technique.
Otherwise you will have to experiment with LD_LIBRARY_PATH and perhaps write some wrapping script.