[vlc-devel] Re: [vlc-devel]
Gildas Bazin
gbazin at altern.org
Mon Mar 7 21:13:21 CET 2005
On Monday 07 March 2005 11:57, Andre Pang wrote:
> Hi all,
>
> I've got a small patch here which I'm not sure about committing.
> Basically, the patch:
>
> * Adds a new M4 macro for configure.ac use named VLC_ADD_MODULES,
> which builds a VLC module as a builtin if --enable-mostly-builtin is
> specified, or builds it as a plugin otherwise.
>
> * Changes configure.ac for ogg, vorbis, tremor, speex, theora,
> vout_directx, aout_directx and wingdi to use the VLC_ADD_MODULES macro
> above, as an example (rather than VLC_ADD_PLUGINS).
>
I'm personally not too keen on that because --enable-mostly-builtin was
added as a kind of hack. It was done when we didn't have the plugins cache
mechanism and thus loading something like the 100 of plugins we have was
quite slow (VLC's start time was getting unbearable).
If you don't want plugins, you should rather --disable-plugins completely or
otherwise you could maybe just run a sed script on vlc-config after
the ./configure step.
--
Gildas
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list