[Android] Update the tested VLC hash
Jean-Baptiste Kempf
git at videolan.org
Tue Oct 30 16:28:57 CET 2012
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Oct 30 16:27:58 2012 +0100| [90c2a5ed0efcf7fe7319298b3e4be57d138ac558] | committer: Jean-Baptiste Kempf
Update the tested VLC hash
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=90c2a5ed0efcf7fe7319298b3e4be57d138ac558
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index f2f32a5..54484d2 100755
--- a/compile.sh
+++ b/compile.sh
@@ -82,7 +82,7 @@ export PLATFORM_SHORT_ARCH
export PATH=${ANDROID_NDK}/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/`uname|tr A-Z a-z`-x86/bin:${PATH}
# 1/ libvlc, libvlccore and its plugins
-TESTED_HASH=826ec51f
+TESTED_HASH=9aef14d5e5
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