[Android] [PATCH] Update tested hash

Thomas Guillem tom at gllm.fr
Thu Oct 16 09:41:46 CEST 2014


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

diff --git a/compile.sh b/compile.sh
index c37cd50..398697b 100755
--- a/compile.sh
+++ b/compile.sh
@@ -125,7 +125,7 @@ ANDROID_PATH="`pwd`"
 if [ ! -z "$FETCH" ]
 then
     # 1/ libvlc, libvlccore and its plugins
-    TESTED_HASH=5636603
+    TESTED_HASH=6e2f490
     if [ ! -d "vlc" ]; then
         echo "VLC source not found, cloning"
         git clone git://git.videolan.org/vlc.git vlc
-- 
2.1.0



More information about the Android mailing list