]> git.sesse.net Git - vlc/commit
compat: install the static import library
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 19 Jan 2012 18:05:48 +0000 (20:05 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 19 Jan 2012 18:12:14 +0000 (20:12 +0200)
commit78d45cc159a0cf1c44feef11a2b9800d9398048e
tree6d9833f78ff96ed3c1556a664502716b96038af5
parent10f2d436c540f5aadecdf69c05adb00435aabce7
compat: install the static import library

With libcompat installed (into $(prefix)/lib/vlc/ or whatever), libtool
will actually pull only needed functions from the static import library
libcompat.a. Previously, it would copy every compat functions into
every VLC binaries. This should shrink plugins a bit.
compat/Makefile.am