]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/macosx.m
* backport of [11386]
[vlc] / modules / gui / macosx / macosx.m
index aded06b02836b9d04a15e6ac8cec6a8ce7593ea3..a48e0e8f7dd62484fb400fb4b8189bfeab522c9b 100644 (file)
@@ -76,6 +76,8 @@ vlc_module_begin();
     add_submodule();
         set_description( _("Quartz video") );
         set_capability( "video output", 100 );
+        set_category( CAT_VIDEO);
+        set_subcategory( SUBCAT_VIDEO_VOUT );
         set_callbacks( E_(OpenVideoQT), E_(CloseVideoQT) );
         add_integer( "macosx-vdev", 0, NULL, VDEV_TEXT, VDEV_LONGTEXT,
                      VLC_FALSE );
@@ -88,6 +90,8 @@ vlc_module_begin();
     add_submodule();
         set_description( "Mac OS X OpenGL" );
         set_capability( "opengl provider", 100 );
+        set_category( CAT_VIDEO);
+        set_subcategory( SUBCAT_VIDEO_VOUT );
         set_callbacks( E_(OpenVideoGL), E_(CloseVideoGL) );
 vlc_module_end();