]> git.sesse.net Git - vlc/blobdiff - modules/video_output/svgalib.c
* backport of [11386]
[vlc] / modules / video_output / svgalib.c
index 9a7ff093041fc231c3f135060d94cc8b9331aef8..2941e12119857d6c2844692718e1d528c39a9452 100644 (file)
@@ -50,6 +50,9 @@ static void SetPalette( vout_thread_t *, uint16_t *, uint16_t *, uint16_t * );
  * Module descriptor
  *****************************************************************************/
 vlc_module_begin();
+    set_shortname( "SVGAlib" );
+    set_category( CAT_VIDEO );
+    set_subcategory( SUBCAT_VIDEO_VOUT );
     set_description( _("SVGAlib video output") );
     set_capability( "video output", 0 );
     set_callbacks( Create, Destroy );