[Android] buildsystem: update VLC hash
Thomas Guillem
git at videolan.org
Mon Feb 10 11:09:12 CET 2020
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Mon Feb 10 10:25:28 2020 +0100| [4aaec506ae039038d514c208e6ac5af3aff67c34] | committer: Thomas Guillem
buildsystem: update VLC hash
Mainly to include the smb2 latency fix.
> https://code.videolan.org/videolan/vlc-android/commit/4aaec506ae039038d514c208e6ac5af3aff67c34
---
buildsystem/compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 90b6a7672..ef071458d 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=777a639
+TESTED_HASH=2cad645
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list