]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / http.c
index 8dcc9df9579bca5032c8d556ec4d4b42a3a03880..452b381f541046b46aad5a9d7b25e0def9a5d3a5 100644 (file)
@@ -85,7 +85,7 @@ static void Close( vlc_object_t * );
 
 vlc_module_begin();
     set_description( _("HTTP input") );
-    set_capability( "access2", 0 );
+    set_capability( "access", 0 );
     set_shortname( _( "HTTP(S)" ) );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );