]> git.sesse.net Git - vlc/blobdiff - modules/access/vcd/vcd.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / vcd / vcd.c
index 8dcdb9b1a9e56c8faae647bd369b7d0ac8f01259..4492cd2bf9605964c95ce815ae76b0a5d22df9bc 100644 (file)
@@ -49,7 +49,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin();
     set_shortname( _("VCD"));
     set_description( _("VCD input") );
-    set_capability( "access2", 60 );
+    set_capability( "access", 60 );
     set_callbacks( Open, Close );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );