Hello
Thanks for your quick answer !
I built melt with the bundled script build-melt.sh and I put the following
lines in build-melt.conf
INSTALL_DIR="/opt/melt"
AUTO_APPEND_DATE=0
SOURCE_DIR="/opt/melt/src"
MLT_HEAD=0
MLT_REVISION=v0.9.2
Then, to use melt, I go to /opt/melt folder and
. source-me
I followed your advice to install melt and webvfx at the same location :
export PKG_CONFIG_PATH=/opt/melt/lib/pkgconfig
qmake -r PREFIX=/opt/melt
make
make install
and libmltwebvfx.so is now in /opt/melt/lib/mlt and libwebvfx.so is now in
/opt/melt/lib
$ echo $LD_LIBRARY_PATH
/opt/melt/lib:/opt/melt/lib/frei0r-1:
So it should be fine :-)
Still, when I run melt, I get the dreaded
[producer_xml] failed to load filter "webvfx"
Thanks again in advance...
Geoffroy
2014-12-13 19:39 GMT+01:00 Dan Dennedy <d...@dennedy.org>:
>
>
> /opt/webvx/lib/mlt/libmltwebvfx.so (or something like that) needs to be
> put into your MLT installation's $prefix/lib/mlt folder, and
> /opt/webvfx/lib/libwebvfx* need to be put into a path known by ld.so
> (according to /etc/ld.so.conf and LD_LIBRARY_PATH env var) or configure
> ld.so to know about /opt/webvfx/lib.
>
> Or, use the same prefix for both mlt and webvfx builds, and do whatever
> you do to make melt usable from your custom mlt install. In other words, if
> you configure mlt with --prefix=/opt/melt, make install, and then simply
> run /opt/melt/bin/melt, then you are doing it wrong.
>
>
------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel