[Android] compile.sh: bump tested hash to include audio_format fix

Edward Wang git at videolan.org
Sun Dec 30 14:27:44 CET 2012


vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Sun Dec 30 08:27:33 2012 -0500| [601f3e0aac50862be0dcc5dd2d32ad16e360d31f] | committer: Edward Wang

compile.sh: bump tested hash to include audio_format fix

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

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

diff --git a/compile.sh b/compile.sh
index e2bc951..24498c0 100755
--- a/compile.sh
+++ b/compile.sh
@@ -83,7 +83,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=4fef4b6
+TESTED_HASH=aaf991f
 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