Page 1 of 1
Building plugins into VLC
Posted: 17 Aug 2008 20:06
by SyRenity
Hi.
Is it possible to compile all the needed plugins into the VLC, rather then having a separate directory for them?
Regards.
Re: Building plugins into VLC
Posted: 18 Aug 2008 15:46
by VLC_help
AFAIK no.
Re: Building plugins into VLC
Posted: 18 Aug 2008 15:55
by SyRenity
Hi.
Thanks for the response.
How it's possible then to point VLC to the correct directory of the plugins? How it finds them?
Regards.
Re: Building plugins into VLC
Posted: 18 Aug 2008 20:25
by SyRenity
Actually, I found a method called "builtins" where you simply edit the vlc-config and move the required modules into the builtins specifier.
Any idea if this approach works on VLC, and what is the minimum required set of builtin modules (if I switch all to builtins)?
Re: Building plugins into VLC
Posted: 18 Aug 2008 20:37
by Jean-Baptiste Kempf
built-ins are broken.
You MUST have the plugins in .dll, but you can specify a modules-directory folder.
Re: Building plugins into VLC
Posted: 24 Aug 2008 17:00
by SyRenity
Hi.
How I can specify the plugins directory for VLC?
Regards.
Re: Building plugins into VLC
Posted: 25 Aug 2008 13:32
by VLC_help
viewtopic.php?f=14&t=48812 if you have issues with browser plugins or with activeX component.
Re: Building plugins into VLC
Posted: 25 Aug 2008 17:00
by SyRenity
Thank, this helped.