]> git.sesse.net Git - vlc/commit
Do not link plugins against libvlccore explicitly
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 19 Oct 2008 14:10:11 +0000 (17:10 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sun, 19 Oct 2008 14:10:11 +0000 (17:10 +0300)
commit42b58e873a9d91c3a1f2665a01a56525f44313d5
tree658574a4edd3c7424daeaa08c09b03cf560a93f6
parentd859e6b9537af2d7326276f70de25a840f554dc3
Do not link plugins against libvlccore explicitly

We really want plugins to resolve their VLC symbols against the already
loaded LibVLC core, rather than with their own version of it.
Performance benefit should be neglectible, if any.
Still, this will "fix" the plugin crash with static LibVLC builds (or
generate a due link-time error). Anyway, this is one step toward
supporting any form of static linking again.
modules/common.am
src/vlc-plugin.pc.in