From 5066004ca164b252bf70ec8846f8efd8ecb8bf9f Mon Sep 17 00:00:00 2001 From: Alexander Stefanov Date: Wed, 18 Jan 2023 23:27:23 +0000 Subject: [PATCH] build generic for riscv --- aom.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aom.spec b/aom.spec index 41690ba..bc482c0 100644 --- a/aom.spec +++ b/aom.spec @@ -98,7 +98,7 @@ video format. %ifarch aarch64 -DAOM_TARGET_CPU=arm64 \ %endif -%ifarch aarch64 %{e2k} %{riscv} +%ifarch %{riscv} -DAOM_TARGET_CPU=generic \ %endif %ifarch %{ix86}