[Android] Bump the tested hash to the latest version of vlc.git
Martin Storsjö
git at videolan.org
Mon Jul 29 10:05:18 CEST 2013
vlc-ports/android | branch: master | Martin Storsjö <martin at martin.st> | Mon Jul 29 11:04:48 2013 +0300| [f0c9f3dd5a6620e502121ec978b7e5cca54b8cf1] | committer: Martin Storsjö
Bump the tested hash to the latest version of vlc.git
This fixes the video output on 2.3 and 3.x.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f0c9f3dd5a6620e502121ec978b7e5cca54b8cf1
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 26fc03c..c53cee6 100755
--- a/compile.sh
+++ b/compile.sh
@@ -80,7 +80,7 @@ export PATH=${NDK_TOOLCHAIN_PATH}:${PATH}
ANDROID_PATH="`pwd`"
# 1/ libvlc, libvlccore and its plugins
-TESTED_HASH=59e4f5881
+TESTED_HASH=7c52aacbe
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