mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
dav1d: add recipe
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
eb0d072f9e
commit
48e9c23a3e
17
meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.bb
Normal file
17
meta-multimedia/recipes-multimedia/dav1d/dav1d_1.1.0.bb
Normal file
@ -0,0 +1,17 @@
|
||||
SUMMARY = "dav1d AV1 decoder"
|
||||
DESCRIPTION = "Targeted to be small, portable and fast."
|
||||
HOMEPAGE = "https://code.videolan.org/videolan/dav1d"
|
||||
SECTION = "multimedia"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=c8055cfe7548dfdaa3a6dc45d8793669"
|
||||
|
||||
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;branch=master"
|
||||
SRCREV = "9593e625b75d498d1edea544da21ea764b98d507"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
DEPENDS:append:x86 = " nasm-native"
|
||||
DEPENDS:append:x86-64 = " nasm-native"
|
||||
|
||||
inherit meson
|
||||
Loading…
x
Reference in New Issue
Block a user