[Android] Update the hash for libVLC
Jean-Baptiste Kempf
git at videolan.org
Fri Jul 22 14:35:12 CEST 2016
vlc-android | branch: 2.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jul 21 17:30:48 2016 +0200| [a9942959d0bdf83c6372ebc308fff86ab96032c7] | committer: Jean-Baptiste Kempf
Update the hash for libVLC
This fixes MKV issues and build issues :)
(cherry picked from commit 682259471be257901133d5e326fd8e899681c6d8)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> https://code.videolan.org/videolan/vlc-android/commit/a9942959d0bdf83c6372ebc308fff86ab96032c7
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index e6e2d85..54cebac 100755
--- a/compile.sh
+++ b/compile.sh
@@ -153,7 +153,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=7c5374f
+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