[Android] buildsystem: update VLC hash

Thomas Guillem git at videolan.org
Mon Feb 10 11:10:01 CET 2020


vlc-android | branch: 3.2.x | Thomas Guillem <thomas at gllm.fr> | Mon Feb 10 10:28:33 2020 +0100| [c56a186227b7d181290cfcdaa2ed0ceb1a1ae460] | committer: Thomas Guillem

buildsystem: update VLC hash

Mainly to include the smb2 latency fix.

(cherry picked from commit 4aaec506ae039038d514c208e6ac5af3aff67c34)

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

 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index c80d4c042..a4cd47b15 100755
--- a/compile.sh
+++ b/compile.sh
@@ -265,7 +265,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=b86899a
+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