[Android] Update tested Hash to the current VLC HEAD
Jean-Baptiste Kempf
git at videolan.org
Mon Mar 18 14:26:58 CET 2013
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Mar 18 14:26:34 2013 +0100| [d892b71ad31822afd11f71a4d9642a892a7f45d9] | committer: Jean-Baptiste Kempf
Update tested Hash to the current VLC HEAD
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=d892b71ad31822afd11f71a4d9642a892a7f45d9
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 15f242e..9e5008f 100755
--- a/compile.sh
+++ b/compile.sh
@@ -78,7 +78,7 @@ NDK_TOOLCHAIN_PATH=${ANDROID_NDK}/toolchains/${PATH_HOST}-${GCCVER}/prebuilt/`un
export PATH=${NDK_TOOLCHAIN_PATH}:${PATH}
# 1/ libvlc, libvlccore and its plugins
-TESTED_HASH=e3d6ee9
+TESTED_HASH=afff7f0a
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