[Android] SMB2: lower module priority

Thomas Guillem git at videolan.org
Tue Mar 19 15:35:17 CET 2019


vlc-android | branch: 3.1.x | Thomas Guillem <thomas at gllm.fr> | Mon Mar 18 16:11:21 2019 +0100| [87d103bf975f9cba858e5aad56522476c6adfe33] | committer: Geoffrey Métais

SMB2: lower module priority

> https://code.videolan.org/videolan/vlc-android/commit/87d103bf975f9cba858e5aad56522476c6adfe33
---

 libvlc/patches/0001-access-add-smb2-module.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libvlc/patches/0001-access-add-smb2-module.patch b/libvlc/patches/0001-access-add-smb2-module.patch
index b2803fece..b97f9dc74 100644
--- a/libvlc/patches/0001-access-add-smb2-module.patch
+++ b/libvlc/patches/0001-access-add-smb2-module.patch
@@ -544,7 +544,7 @@ index 0000000000..90cd0d327f
 +    set_shortname("smb2")
 +    set_description(N_("SMB2 / SMB3 input"))
 +    set_help(N_("Samba (Windows network shares) input via libsmb2"))
-+    set_capability("access", 21)
++    set_capability("access", 19)
 +    set_category(CAT_INPUT)
 +    set_subcategory(SUBCAT_INPUT_ACCESS)
 +    add_string("smb-user", NULL, SMB_USER_TEXT, SMB_USER_LONGTEXT, false)



More information about the Android mailing list