]> git.sesse.net Git - vlc/commit
Win32: prefer the static libraries when creating the dlls
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 11 Oct 2014 15:53:45 +0000 (17:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 13 Oct 2014 07:16:24 +0000 (09:16 +0200)
commit417b6eb0f09dc73984a7dba2aa42c9d8683d5294
tree19608599a03e10164ac7b29d9b6590d5d89d06d0
parent748c53a3ca3faa45f000b6a62b9ace851b32f05e
Win32: prefer the static libraries when creating the dlls

This should avoid the issues of packaging libgcc_s_sjlj-1.dll,
libwinpthread-1.dll and the like.
lib/Makefile.am
modules/common.am
src/Makefile.am