[Android] Bump the tested hash to the latest one from today
Martin Storsjö
git at videolan.org
Mon Feb 4 15:44:08 CET 2013
vlc-ports/android | branch: master | Martin Storsjö <martin at martin.st> | Mon Feb 4 16:43:07 2013 +0200| [03e841d3c45e89d4f3d55ab5936ff76bda09794e] | committer: Martin Storsjö
Bump the tested hash to the latest one from today
This includes support for WMV1/2/3 in the omxil decoder, fixes
a few other omxil decoder bugs, and disables a few known-broken
omxil audio codec mappings.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=03e841d3c45e89d4f3d55ab5936ff76bda09794e
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 7ef0bf0..038749e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -78,7 +78,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=0912461
+TESTED_HASH=9b0916a50e2
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