]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / vcdx / vcd.c
index 45f33c98bd86987907726b184a56016910ef29d5..b89b5e797eec5d9b210a0ca5f115b705b32dae83 100644 (file)
@@ -102,7 +102,7 @@ vlc_module_begin();
     add_shortcut( "vcdx" );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );
-    set_capability( "access2", 55 /* slightly lower than vcd */ );
+    set_capability( "access", 55 /* slightly lower than vcd */ );
     set_callbacks( VCDOpen, VCDClose );
 
     /* Configuration options */