Plugins: Add descriptions to modules
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
|
||||
OBS_DECLARE_MODULE()
|
||||
OBS_MODULE_USE_DEFAULT_LOCALE("vlc-video", "en-US")
|
||||
MODULE_EXPORT const char *obs_module_description(void)
|
||||
{
|
||||
return "VLC playlist source";
|
||||
}
|
||||
|
||||
/* libvlc core */
|
||||
LIBVLC_NEW libvlc_new_;
|
||||
|
Reference in New Issue
Block a user