[Android] Correctly update the VLC hash
Jean-Baptiste Kempf
git at videolan.org
Fri Jun 20 17:14:06 CEST 2014
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jun 20 17:12:59 2014 +0200| [52dfdd56622a02c1c74f48434d00fa8c6c217698] | committer: Jean-Baptiste Kempf
Correctly update the VLC hash
Using 2.2.git branch :)
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=52dfdd56622a02c1c74f48434d00fa8c6c217698
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 8963807..035f24f 100755
--- a/compile.sh
+++ b/compile.sh
@@ -108,7 +108,7 @@ ANDROID_PATH="`pwd`"
if [ ! -z "$FETCH" ]
then
# 1/ libvlc, libvlccore and its plugins
- TESTED_HASH=083b686
+ TESTED_HASH=27f4799
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
More information about the Android
mailing list