summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-12-13 08:43:29 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-13 00:54:16 -0800
commit8d7b39c148660e4da4142b30b6796c1e8228653b (patch)
tree48be6169bacac83e2043924a03fa567ce04f224d
parent9ddb4b60f796da8bf315210772e74a338e9273e5 (diff)
downloadmeta-openembedded-8d7b39c148660e4da4142b30b6796c1e8228653b.tar.gz
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: https://github.com/videolan/dav1d/commit/04faac69004ac951b74ac7fea331f3790ec043b8 Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb (renamed from meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb
index d600e3b5e3..e8f4126a9a 100644
--- a/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.1.bb
+++ b/meta-multimedia/recipes-multimedia/dav1d/dav1d_1.5.2.bb
@@ -4,11 +4,10 @@ HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
4SECTION = "multimedia" 4SECTION = "multimedia"
5LICENSE = "BSD-2-Clause" 5LICENSE = "BSD-2-Clause"
6 6
7LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669" 7LIC_FILES_CHKSUM = "file://COPYING;md5=48d9210a87a24f62609b5a4f777d8dfe"
8 8
9SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1" 9SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
10SRCREV = "42b2b24fb8819f1ed3643aa9cf2a62f03868e3aa" 10SRCREV = "c720f4d3556a01916324aea155555d3efba842e8"
11
12 11
13DEPENDS:append:x86 = " nasm-native" 12DEPENDS:append:x86 = " nasm-native"
14DEPENDS:append:x86-64 = " nasm-native" 13DEPENDS:append:x86-64 = " nasm-native"