]> git.sesse.net Git - vlc/commit
Contribs: make libass static on all platforms
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 4 Feb 2010 19:36:03 +0000 (21:36 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Thu, 4 Feb 2010 19:36:03 +0000 (21:36 +0200)
commit33b447a55dd5ceaf0ad8f7343261af83ebea077d
tree2dc7fef08669ca3a11f13933c5f74950112a87eb
parentb3252c12a497dc509ab2e1843e6ea34c155157c6
Contribs: make libass static on all platforms

We only link it once, so this is more efficient. This allows the build
-time linker to remove unused functions and the export table.

We could probably do the same with a few other libraries.
extras/contrib/src/Makefile