blob: 2d5049b9ae49c82b20e35b127cee07cd7a9daad2 [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"
10SRCREV = "48035599cdd4e4415732e408c407e0c1cd1c7444"
11
12S = "${WORKDIR}/git"
13
14DEPENDS:append:x86 = " nasm-native"
15DEPENDS:append:x86-64 = " nasm-native"
16
17inherit meson