[Android] Update the TESTED_HASH to fix WMA playback

Adrien Maglo git at videolan.org
Thu Apr 24 17:51:28 CEST 2014


vlc-ports/android | branch: master | Adrien Maglo <magsoft at videolan.org> | Thu Apr 24 17:51:21 2014 +0200| [cda21543c88e1814b9906dfa31cd04bfa0e7f6c7] | committer: Adrien Maglo

Update the TESTED_HASH to fix WMA playback

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

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

diff --git a/compile.sh b/compile.sh
index 5f12741..28fae08 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=0b4c9bc
+    TESTED_HASH=3b7bfa1
     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