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