From a75651d7088f972c05be40ff4e561b97658e6a8f Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 5 May 2026 14:16:53 +0200 Subject: [PATCH] svt-av1: add recipe This adds a recipe for the svt-av1 encoder/decoder - dont create dbg package to avoid buildpath issues Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- .../recipes-multimedia/svt-av1/svt-av1_4.1.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb diff --git a/meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb b/meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb new file mode 100644 index 0000000000..8321d01057 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb @@ -0,0 +1,14 @@ +SUMMARY = "Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)" +HOMEPAGE = "https://gitlab.com/AOMediaCodec/SVT-AV1" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.md;md5=87a85a33479e0270481b17d657c1949f" + +inherit cmake + +DEPENDS = "nasm-native" + +SRC_URI = "git://gitlab.com/AOMediaCodec/SVT-AV1.git;protocol=https;nobranch=1;tag=v${PV}" +SRCREV = "c04f951541ad600e0d9c10836f2ab7b9bc69816d" + +INHIBIT_PACKAGE_DEBUG_SPLIT = "1" +