[vlc] Re: creating a new interface

Gildas Bazin gbazin at altern.org
Fri Mar 11 11:37:49 CET 2005


On Friday 11 March 2005 09:00, Antoine wrote:
> Hello,
> i m currently working on a new interface for vlc.
> I don't manage to find where the choice of the module launched 
> (depending on the -I arg) is done, and how.
> thank you !
> 

It is done in src/misc/modules.c (in module_Need()).
Basically it tries to find a match between the argument given with -I and 
the name or shortcut(s) of a module.
The priority of a module also comes to play when no interface is forced 
(with -I).

--
Gildas

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list