[Android] Force update of VLC to fix mp4 issues

Jean-Baptiste Kempf git at videolan.org
Fri Sep 28 14:16:23 CEST 2012


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Sep 28 14:16:10 2012 +0200| [6c38be0226a2c3662bd7000e98c90ad8d778e15c] | committer: Jean-Baptiste Kempf

Force update of VLC to fix mp4 issues

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

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

diff --git a/compile.sh b/compile.sh
index 28e2270..ba68983 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=fe6e7e3
+TESTED_HASH=45adae3485
 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