[Android] compile.sh: update the tested hash to include the smooth streaming module
Ludovic Fauvet
git at videolan.org
Tue Sep 25 19:40:17 CEST 2012
vlc-ports/android | branch: master | Ludovic Fauvet <etix at videolan.org> | Tue Sep 25 19:09:16 2012 +0200| [354f78235a4714447f60cc13109dd69d4a24f4fc] | committer: Ludovic Fauvet
compile.sh: update the tested hash to include the smooth streaming module
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=354f78235a4714447f60cc13109dd69d4a24f4fc
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index e30e39f..b0bec9f 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=d7ad3f6
+TESTED_HASH=fe6e7e3
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