From 283162223691a8f0ec97a4d1a7d6a77c95e64da9 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sun, 3 May 2020 13:09:42 +0200 Subject: [PATCH] YUV_DISABLE_ASM is gone --- libvpx.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvpx.spec b/libvpx.spec index 7d00298..df76408 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -108,7 +108,7 @@ cd obj # not autoconf configure CC="%{__cc}" \ CXX="%{__cxx}" \ -CFLAGS="%{rpmcflags} %{rpmcppflags} %{!?with_asm:-DYUV_DISABLE_ASM}" \ +CFLAGS="%{rpmcflags} %{rpmcppflags}" \ ../configure \ %if %{with asm} --as=yasm \ -- 2.43.0