[Android] Update VLC HASH to get the MediaCodec fix

Jean-Baptiste Kempf git at videolan.org
Mon Oct 15 11:55:19 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Oct 15 11:54:58 2012 +0200| [db9c26ac57a829fc52bab150b4804ba4933a96c1] | committer: Jean-Baptiste Kempf

Update VLC HASH to get the MediaCodec fix

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

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

diff --git a/compile.sh b/compile.sh
index 7b2fecc..dc88eee 100755
--- a/compile.sh
+++ b/compile.sh
@@ -82,7 +82,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=b389b4f1e
+TESTED_HASH=b3b751cb99
 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