Skip to main content

Compiling MLT from SVN => choosing libavformat

2 posts / 0 new
Last post
jmpoure
Offline
Joined: 10/20/2008
Posts:
Compiling MLT from SVN => choosing libavformat

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

0
Your rating: None
espinosa_cz
Offline
Joined: 06/02/2007
Posts:
Re: Compiling MLT from SVN => choosing libavformat

Use my kdenlive_builder.sh script, don't reinvent wheel but help to improve it ;)

viewtopic.php?f=8&t=68

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.