From 39eace1a4b3d747f9ba779967a943c972fb41b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lo=C3=AFse=20Brosseau?= <54746458+eloisebrosseau@users.noreply.github.com> Date: Wed, 21 Aug 2024 14:01:24 -0400 Subject: [PATCH] Update dav1d version to 1.4.3 (#544) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### Pull Request Update dav1d version to 1.4.3 ### Summarize your change. Update the version library from 1.0.0 to 1.4.3. ### Describe the reason for the change. Sam Richards (Disney) asked at the last Open RV TSC if we could update the libdav1d component from 1.0 to latest 1.4.3 which has better performances according to him. ### Describe what you have tested and on which operating system. The build step has been tested on all three platforms. Signed-off-by: Éloïse Brosseau --- cmake/dependencies/dav1d.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/dependencies/dav1d.cmake b/cmake/dependencies/dav1d.cmake index b3be415df..5b09f56eb 100644 --- a/cmake/dependencies/dav1d.cmake +++ b/cmake/dependencies/dav1d.cmake @@ -12,14 +12,14 @@ SET(_target ) SET(_version - "1.0.0" + "1.4.3" ) SET(_download_url "https://github.com/videolan/dav1d/archive/refs/tags/${_version}.zip" ) SET(_download_hash - "425282a997804984c5c115aacb005ab4" + "2c62106fda87a69122dc8709243a34e8" ) SET(_install_dir