dav1d: Disable asm code on rv32

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2024-09-16 16:42:14 -07:00
parent f4c3f32a10
commit 4790837e68
@@ -15,3 +15,6 @@ 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"