[Android] Update compile.sh TESTED_HASH to include dav1d 0.2.1
Ewout ter Hoeven
git at videolan.org
Thu Mar 14 16:59:13 CET 2019
vlc-android | branch: 3.1.x | Ewout ter Hoeven <e.m.terhoeven at student.tudelft.nl> | Thu Mar 14 11:12:23 2019 +0100| [e09d1196222ad1881577d76a59498e2a47efe5c9] | committer: Geoffrey Métais
Update compile.sh TESTED_HASH to include dav1d 0.2.1
(cherry picked from commit a76d61702509be8a0d221f236a48367b661949ba)
> https://code.videolan.org/videolan/vlc-android/commit/e09d1196222ad1881577d76a59498e2a47efe5c9
---
compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compile.sh b/compile.sh
index 31a17071e..24621451f 100755
--- a/compile.sh
+++ b/compile.sh
@@ -241,7 +241,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=9ee7cfa
+TESTED_HASH=828e0ce
if [ ! -d "vlc" ]; then
diagnostic "VLC source not found, cloning"
git clone https://git.videolan.org/git/vlc/vlc-3.0.git vlc
More information about the Android
mailing list