[Android] Update VLC tested HASH

Geoffrey Métais git at videolan.org
Thu Nov 2 11:09:02 CET 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Oct 31 15:38:52 2017 +0100| [c55db04a69bdd99409cbd0e2d64b444543f73a71] | committer: Geoffrey Métais

Update VLC tested HASH

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

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

diff --git a/compile.sh b/compile.sh
index 8af3dea2c..19eab71a9 100755
--- a/compile.sh
+++ b/compile.sh
@@ -225,7 +225,7 @@ fi
 # Fetch VLC source #
 ####################
 
-TESTED_HASH=1c02164
+TESTED_HASH=8a3958c
 if [ ! -d "vlc" ]; then
     diagnostic "VLC source not found, cloning"
     git clone http://git.videolan.org/git/vlc.git vlc
@@ -243,7 +243,6 @@ EOF
 fi
 if [ "$RELEASE" = 1 ]; then
     git reset --hard ${TESTED_HASH}
-    git cherry-pick c972cfd 9264da8 8cacc98a089ea63f7b134ffba5ff3371fbb84849 8a15910d9f8e7d860f29d0e9803c756970d8cf74
 fi
 cd ..
 



More information about the Android mailing list