From 1a7203675398b286b0f2156c62bd45d99bafc1a6 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Fri, 5 Mar 2021 21:58:29 +0000 Subject: [PATCH] download the source code of dav1d from github fork --- scripts/source.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/source.sh b/scripts/source.sh index 4acf747..2f02a90 100755 --- a/scripts/source.sh +++ b/scripts/source.sh @@ -22,8 +22,8 @@ get_library_source() { SOURCE_TYPE="TAG" ;; dav1d) - SOURCE_REPO_URL="https://code.videolan.org/videolan/dav1d" - SOURCE_ID="0.8.1" + SOURCE_REPO_URL="https://github.com/tanersener/dav1d" + SOURCE_ID="0.8.2" SOURCE_TYPE="TAG" ;; expat)