From 1abe98ffe1f92062f084463195b6220e87519f2a Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 5 Apr 2012 13:43:38 +0200 Subject: [PATCH] Update the trunk sha1 --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 4dbccd649..b0989d3f3 100755 --- a/compile.sh +++ b/compile.sh @@ -38,7 +38,7 @@ fi export PATH=${ANDROID_NDK}/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin:${PATH} # 1/ libvlc, libvlccore and its plugins -TESTED_HASH=842d0af +TESTED_HASH=c2841b2243f4 if [ ! -d "vlc" ]; then echo "VLC source not found, cloning" git clone git://git.videolan.org/vlc.git vlc -- GitLab