Triode wrote: > linkall changes merged in now. > > [not sure if this fixes the issue though? It is still dynamically > linking, but will be looking for specific versions to the major version > number of the ffmpeg libraries]
There are several issues, not least that avutil is major 52 in both ffmpeg1 and ffmpeg2..... Long story short, compile time linking with rpath and removing /usr/lib/ffmpeg2 from global ld config will resolve all issues as far as I can see. ------------------------------------------------------------------------ JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069 View this thread: http://forums.slimdevices.com/showthread.php?t=99395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
