[Android] Update the hash for direct-rendering

Jean-Baptiste Kempf git at videolan.org
Fri Jan 24 11:31:44 CET 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 24 11:29:11 2014 +0100| [2d626ff1215434c754b62a559ac2c0ca514f1ab0] | committer: Jean-Baptiste Kempf

Update the hash for direct-rendering

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2d626ff1215434c754b62a559ac2c0ca514f1ab0
---

 compile.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index 235fbae..811f22e 100755
--- a/compile.sh
+++ b/compile.sh
@@ -108,7 +108,7 @@ ANDROID_PATH="`pwd`"
 if [ ! -z "$FETCH" ]
 then
     # 1/ libvlc, libvlccore and its plugins
-    TESTED_HASH=3510e3b
+    TESTED_HASH=efd5eca5
     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