[Android] Fix sha1
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 9 14:32:56 CEST 2014
vlc-ports/android | branch: tv | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 9 12:52:01 2014 +0200| [3320fb1b863b777d90b8eed98fcba8b95179e3ec] | committer: Geoffrey Métais
Fix sha1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=3320fb1b863b777d90b8eed98fcba8b95179e3ec
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 4d7443a..885ec25 100755
--- a/compile.sh
+++ b/compile.sh
@@ -96,7 +96,7 @@ ANDROID_PATH="`pwd`"
if [ ! -z "$FETCH" ]
then
# 1/ libvlc, libvlccore and its plugins
- TESTED_HASH=d0a6d77
+ TESTED_HASH=5636603
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