On Fri, Aug 9, 2013 at 10:35 AM, Rémi Denis-Courmont <[email protected]> wrote: > but arguably you should link everything statically into > your DLL/EXE; that is the only sane option IMO.
I have 3 DLLs which all want to use avformat/avcodec, so all of them should statically link all the libs, so that my binary distribution basically includes the libav libs 3 times? And no, i cannot combine my 3 DLLs into one, that would seriously impact the use of them as COM DLLs in DirectShow. I rather include 100kb of CRT 3 times than the several MBs of libav libs multiple times. - Hendrik _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
