[Android] Bump tested hash to include FPU detection fix
Edward Wang
git at videolan.org
Sat Dec 22 05:39:02 CET 2012
vlc-ports/android | branch: master | Edward Wang <edward.c.wang at compdigitec.com> | Fri Dec 21 23:32:09 2012 -0500| [dbb55ba1ca81b37873c989aa3225f1fcd917a80a] | committer: Edward Wang
Bump tested hash to include FPU detection fix
It should fix the a52 fixed detection and also the armv6-nofpu build.
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=dbb55ba1ca81b37873c989aa3225f1fcd917a80a
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index fe8f1bc..e2bc951 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=141c6716f8f2
+TESTED_HASH=4fef4b6
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