[Android] compile.sh: put a real HASH

Edward Wang git at videolan.org
Wed Mar 13 01:12:45 CET 2013


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Mar 12 20:12:38 2013 -0400| [dd07d43d0320c2e708ad4c15ead2722b74736d25] | committer: Edward Wang

compile.sh: put a real HASH

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=dd07d43d0320c2e708ad4c15ead2722b74736d25
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index ae898ee..15f242e 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=9090c03
+TESTED_HASH=e3d6ee9
 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