mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
Changes for 1.5.3 'Sonic': -------------------------- 1.5.3 is a minor release of dav1d, focused on RISC-V and maintenance: - Misc small optimizations - RISC-V assembly optimizations for ipred, emu_edge and w_mask, and VLEN 512 for blend functions - Fix issue with ivf files with 0 frames in tools Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
19 lines
611 B
BlitzBasic
19 lines
611 B
BlitzBasic
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=48d9210a87a24f62609b5a4f777d8dfe"
|
|
|
|
SRC_URI = "git://code.videolan.org/videolan/dav1d.git;protocol=https;nobranch=1"
|
|
SRCREV = "b546257f770768b2c88258c533da38b91a06f737"
|
|
|
|
DEPENDS:append:x86 = " nasm-native"
|
|
DEPENDS:append:x86-64 = " nasm-native"
|
|
|
|
inherit meson pkgconfig
|
|
|
|
# RVV assembler routines are not yet available for RISCV32
|
|
EXTRA_OEMESON:append:riscv32 = " -Denable_asm=false"
|