[Android] Update hash used for compile
Jean-Baptiste Kempf
git at videolan.org
Fri Mar 23 18:41:57 CET 2012
android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Mar 23 18:41:49 2012 +0100| [2fcdf3372fa1a389f95c02b274d88fd634dc1edb] | committer: Jean-Baptiste Kempf
Update hash used for compile
> http://git.videolan.org/gitweb.cgi/android.git/?a=commit;h=2fcdf3372fa1a389f95c02b274d88fd634dc1edb
---
compile.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compile.sh b/compile.sh
index 92f54a8..d172500 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=797ca65c8f
+TESTED_HASH=544af798
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