Skip to content

Commit 4790837

Browse files
committedSep 17, 2024
dav1d: Disable asm code on rv32
Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent f4c3f32 commit 4790837

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb

+3
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ DEPENDS:append:x86 = " nasm-native"
1515
DEPENDS:append:x86-64 = " nasm-native"
1616

1717
inherit meson pkgconfig
18+
19+
# RVV assembler routines are not yet available for RISCV32
20+
EXTRA_OEMESON:append:riscv32 = " -Denable_asm=false"

0 commit comments

Comments
 (0)