Interface not showing in preferences

This forum is about all development around libVLC.
drogus
New Cone
New Cone
Posts: 3
Joined: 17 Apr 2014 21:21

Interface not showing in preferences

Postby drogus » 17 Apr 2014 21:31

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?

drogus
New Cone
New Cone
Posts: 3
Joined: 17 Apr 2014 21:21

Re: Interface not showing in preferences

Postby drogus » 18 Apr 2014 01:04

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 )


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 14 guests