Martijn van Beurden wrote:
> I was running some tests cross-compiling and natively compiling for
> windows with mingw and found something strange: when I try to built flac
> statically linked and libogg is available as a dll, flac will use the
> dll instead of linking statically. If I built libogg
Hi all,
I was running some tests cross-compiling and natively compiling for
windows with mingw and found something strange: when I try to built flac
statically linked and libogg is available as a dll, flac will use the
dll instead of linking statically. If I built libogg with
--disable-shared,