Skip to content

Commit

Permalink
dav1d: Disable asm code on rv32
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Sep 16, 2024
1 parent df271da commit aeabeb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-multimedia/recipes-multimedia/dav1d/dav1d_1.4.3.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit aeabeb6

Please sign in to comment.