dav1d: update 1.5.1 -> 1.5.2

Changes for 1.5.2 'Sonic':
--------------------------

1.5.2 is a minor release of dav1d, focused on maintenance:
 - minor speed improvement in recon
 - improvements on loongarch symboles visibility and asm
 - mark C globals with small code model
 - reduce the code size of the frame header parsing (OBU)
 - minor fixes on tools and CI
 - fix compilation with nasm 3.00

Copyright year has been changed:
04faac6900

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Markus Volk 2025-12-13 08:43:29 +01:00 committed by Khem Raj
parent 9ddb4b60f7
commit 8d7b39c148
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -4,11 +4,10 @@ HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
SECTION = "multimedia"
LICENSE = "BSD-2-Clause"
LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe"
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
SRCREV = "42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa"
SRCREV = "c720f4d3556a01916324aea155555d3efba842e8"
DEPENDS:append:x86 = " nasm-native"
DEPENDS:append:x86-64 = " nasm-native"