[Android] Update the hash for libVLC
Jean-Baptiste Kempf
git at videolan.org
Thu Jul 21 17:33:19 CEST 2016
vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 21 17:30:48 2016 +0200| [682259471be257901133d5e326fd8e899681c6d8] | committer: Jean-Baptiste Kempf
Update the hash for libVLC
This fixes MKV issues and build issues :)
> https://code.videolan.org/videolan/vlc-android/commit/682259471be257901133d5e326fd8e899681c6d8
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index f829957..d1633fc 100755
--- a/compile.sh
+++ b/compile.sh
@@ -153,7 +153,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=b0984a6
+TESTED_HASH=6689dcb
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc.git vlc
More information about the Android
mailing list