[Android] Update the Hash to get the OpenSL fix

Jean-Baptiste Kempf git at videolan.org
Mon Feb 3 18:00:21 CET 2014


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Feb  3 17:59:20 2014 +0100| [b75700ee92ee016410cff00c19d731791e5b593b] | committer: Jean-Baptiste Kempf

Update the Hash to get the OpenSL fix

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

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

diff --git a/compile.sh b/compile.sh
index bf6912d..86cf38f 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=c24ea5fb3af1
+    TESTED_HASH=2dbc6647
     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