summaryrefslogtreecommitdiffstats
path: root/meta-multimedia
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-05-05 14:16:53 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-05-12 01:06:59 -0700
commitfd70b478f32aab8d33574f84a3c2710066117c3b (patch)
tree410213218d520a57a9f98da4b3f9e8c26e838562 /meta-multimedia
parentb6a6d9fd867a657d6edc0d7f43267486fcce0edc (diff)
downloadmeta-openembedded-fd70b478f32aab8d33574f84a3c2710066117c3b.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r--meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb14
1 files changed, 14 insertions, 0 deletions
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 @@
1SUMMARY = "Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)"
2HOMEPAGE = "https://gitlab.com/AOMediaCodec/SVT-AV1"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE.md;md5=87a85a33479e0270481b17d657c1949f"
5
6inherit cmake
7
8DEPENDS = "nasm-native"
9
10SRC_URI = "git://gitlab.com/AOMediaCodec/SVT-AV1.git;protocol=https;nobranch=1;tag=v${PV}"
11SRCREV = "c04f951541ad600e0d9c10836f2ab7b9bc69816d"
12
13INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
14