diff options
Diffstat (limited to 'meta-multimedia')
| -rw-r--r-- | meta-multimedia/recipes-multimedia/svt-av1/svt-av1_4.1.0.bb | 14 |
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 @@ | |||
| 1 | SUMMARY = "Scalable Video Technology for AV1 (SVT-AV1 Encoder and Decoder)" | ||
| 2 | HOMEPAGE = "https://gitlab.com/AOMediaCodec/SVT-AV1" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.md;md5=87a85a33479e0270481b17d657c1949f" | ||
| 5 | |||
| 6 | inherit cmake | ||
| 7 | |||
| 8 | DEPENDS = "nasm-native" | ||
| 9 | |||
| 10 | SRC_URI = "git://gitlab.com/AOMediaCodec/SVT-AV1.git;protocol=https;nobranch=1;tag=v${PV}" | ||
| 11 | SRCREV = "c04f951541ad600e0d9c10836f2ab7b9bc69816d" | ||
| 12 | |||
| 13 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | ||
| 14 | |||
