[Android] Update the HASH to match 2.2.0-rc1
Jean-Baptiste Kempf
git at videolan.org
Mon Nov 3 16:13:52 CET 2014
vlc-ports/android | branch: 1.0.x | Jean-Baptiste Kempf <jb at videolan.org> | Mon Nov 3 16:13:40 2014 +0100| [b0475ba6687af090998f191a1bdbcfe598b32e63] | committer: Jean-Baptiste Kempf
Update the HASH to match 2.2.0-rc1
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b0475ba6687af090998f191a1bdbcfe598b32e63
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 9a98f52..7d4c5ea 100755
--- a/compile.sh
+++ b/compile.sh
@@ -96,7 +96,7 @@ ANDROID_PATH="`pwd`"
if [ ! -z "$FETCH" ]
then
# 1/ libvlc, libvlccore and its plugins
- TESTED_HASH=e33e5de
+ TESTED_HASH=9577459
if [ ! -d "vlc" ]; then
echo "VLC source not found, cloning"
git clone git://git.videolan.org/vlc/vlc-2.2.git vlc
More information about the Android
mailing list