[Android] Update libVLC
Jean-Baptiste Kempf
git at videolan.org
Thu Oct 22 19:02:25 CEST 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Oct 22 19:02:10 2015 +0200| [f4e9e27cd090b63626d9fc19b571b18ff112a402] | committer: Jean-Baptiste Kempf
Update libVLC
Should notably fix the WMA issues
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f4e9e27cd090b63626d9fc19b571b18ff112a402
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 85a2edb..9069cda 100755
--- a/compile.sh
+++ b/compile.sh
@@ -131,7 +131,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=d568828
+TESTED_HASH=ed96e80
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