[Android] Update hash for libvlc
Thomas Guillem
git at videolan.org
Tue May 5 16:07:55 CEST 2020
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Tue May 5 16:06:46 2020 +0200| [33a0631b8a959e6e3f0c1ed0c61e23bcb37e700b] | committer: Thomas Guillem
Update hash for libvlc
Fixes soxr output drop when rate is > 1.
Fixes #956
> https://code.videolan.org/videolan/vlc-android/commit/33a0631b8a959e6e3f0c1ed0c61e23bcb37e700b
---
buildsystem/compile.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index b05545ac9..276a56f6e 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -269,7 +269,7 @@ fi
# Fetch VLC source #
####################
-TESTED_HASH=7f145af
+TESTED_HASH=fc941df
VLC_REPOSITORY=https://git.videolan.org/git/vlc/vlc-3.0.git
if [ ! -d "vlc" ]; then
diagnostic "VLC sources: not found, cloning"
More information about the Android
mailing list