]> git.sesse.net Git - vlc/commit
Remove ugly builtin support
authorRémi Denis-Courmont <remi@remlab.net>
Sun, 1 May 2011 18:06:15 +0000 (21:06 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 2 May 2011 08:01:11 +0000 (11:01 +0300)
commit473a276fdd990c75efe1106a8c7b2de18200df59
tree7cb388c980e9379655141cc882f7861d3d374356
parenta03559149cca2d54d103a70378f815fd273fc31a
Remove ugly builtin support

I don't this abomination to leak through the stable LibVLC interface.
To link statically, modules should be linked into LibVLC instead.

And then, there is no need to reintroduce the old "builtin" vlc-config
type if all modules are built the same. In prehistoric times, the
distinction was needed because some modules were static and some not.
configure.ac
include/vlc/libvlc.h
modules/common.am
src/control/core.c
src/control/libvlc_internal.h
src/libvlc.c
src/libvlc.sym
src/modules/modules.c
src/modules/modules.h