[Android] compile.sh: Bump tested hash to fix interlace compile

Edward Wang git at videolan.org
Wed Aug 8 03:29:13 CEST 2012


android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Tue Aug  7 21:29:15 2012 -0400| [a3bba6d41f71234b1fa75b0252e5146455343df0] | committer: Edward Wang

compile.sh: Bump tested hash to fix interlace compile

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

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

diff --git a/compile.sh b/compile.sh
index 1e2d652..5f9200e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -88,7 +88,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=b089c84
+TESTED_HASH=9eb524d
 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