blob: 5d43921b037fce9291447f6521dfe21a08168acb [file] [log] [blame]
Andrew Geisslerfc113ea2023-03-31 09:59:46 -05001SUMMARY = "dav1d AV1 decoder"
2DESCRIPTION = "Targeted to be small, portable and fast."
3HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
4SECTION = "multimedia"
5LICENSE = "BSD-2-Clause"
6
7LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
8
9SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master"
Patrick Williamse760df82023-05-26 11:10:49 -050010SRCREV = "676a864a11af2c0522e1f992e770589543894686"
Andrew Geisslerfc113ea2023-03-31 09:59:46 -050011
12S = "${WORKDIR}/git"
13
14DEPENDS:append:x86 = " nasm-native"
15DEPENDS:append:x86-64 = " nasm-native"
16
17inherit meson