mandag 20 Oktober 2008 skrev Mads Bondo Dydensborg: > > I don't think pkg-config can find MLT if it is installed in the user home > > folder... or do you have another way to get that info and pass it to the > build > > system ? > > You are right. (I did not realize this at first!). > > I need to pass an updated PKG_CONFIG_PATH to kdenlive (maybe also mlt++?)
Turns out this was already done for the sake of ffmpeg, so... it seems it just plain works - the output of rev 2520 is like this: -- Found MLT INSTALL PATH: /scratch/KdenliveInstall//20081020 -- Found MLT INCLUDES: /scratch/KdenliveInstall/20081020/include/mlt -- Found MLT LIBR: /scratch/KdenliveInstall/20081020/lib/libmlt.so -- Found MLT library: /scratch/KdenliveInstall/20081020/lib/libmlt.so -- Found MLT++ INCLUDES: /scratch/KdenliveInstall/20081020/include -- Found MLT++ LIBR: /scratch/KdenliveInstall/20081020/lib/libmlt++.so -- Found MLT++ library: /scratch/KdenliveInstall/20081020/lib/libmlt++.so So it looks about right. The resulting kdenlive also works - modulo a crash at the first startup, which I was unable to reproduce.... Regards & thanks for pointing it out. Mads -- Mads Bondo Dydensborg mads at dydensborg.dk http://www.madsdydensborg.dk/ For every complex problem there is an answer that is clear, simple, and wrong. - H. L. Mencken
