blob: e503af44cece5e113ef64f3a2aae85b982a08d90 [file] [log] [blame]
Patrick Williamsac13d5f2023-11-24 18:59:46 -06001SUMMARY = "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 Williams39653562024-03-01 08:54:02 -060010SRCREV = "bb645893f374ab694b10a79f1205a728e010f2c9"
Patrick Williamsac13d5f2023-11-24 18:59:46 -060011
12S = "${WORKDIR}/git"
13
14DEPENDS:append:x86 = " nasm-native"
15DEPENDS:append:x86-64 = " nasm-native"
16
Patrick Williams39653562024-03-01 08:54:02 -060017inherit meson pkgconfig