Page 1 of 1

Interface not showing in preferences

Posted: 17 Apr 2014 21:31
by drogus
I created a hello world module (based on: https://wiki.videolan.org/Hacker_Guide/ ... _a_Module/) which works when activating it by command line (--intf hello --hello-who drogus), but I don't see it in the list of "Main interfaces". I'm compiling it as an our of tree module (as shown here: https://wiki.videolan.org/OutOfTreeCompile/).

What do I have to do in order to enable an interface to show in the preferences?

Re: Interface not showing in preferences

Posted: 18 Apr 2014 01:04
by drogus
I've found the problem, in order to make it show in the preferences it needs to be set to the main interfaces category:

Code: Select all

set_subcategory( SUBCAT_INTERFACE_MAIN )