From: Jan Palus Date: Sun, 3 May 2020 11:09:42 +0000 (+0200) Subject: YUV_DISABLE_ASM is gone X-Git-Tag: auto/th/libvpx-1.9.0-1~1 X-Git-Url: https://git.pld-linux.org/?p=packages%2Flibvpx.git;a=commitdiff_plain;h=2831622 YUV_DISABLE_ASM is gone --- 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 \