]> git.sesse.net Git - vlc/blobdiff - modules/access/mms/mms.c
access: Rename access2 to access as access is no longer existing.
[vlc] / modules / access / mms / mms.c
index 2dc12791308718d56abca2b80c5b9111e0f2da3c..5e77503cadac623cc19476796edf92f63e5b54e0 100644 (file)
@@ -71,7 +71,7 @@ static void Close( vlc_object_t * );
 vlc_module_begin();
     set_shortname( "MMS" );
     set_description( _("Microsoft Media Server (MMS) input") );
-    set_capability( "access2", -1 );
+    set_capability( "access", -1 );
     set_category( CAT_INPUT );
     set_subcategory( SUBCAT_INPUT_ACCESS );