From 30fcd8a55147b44edff039668ca8efbaa541c19d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 13 Sep 2015 19:41:32 +0200 Subject: [PATCH] - asm can be enabled on x32 now - rel 2 --- libvpx.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libvpx.spec b/libvpx.spec index bb3f58e..28cf620 100644 --- a/libvpx.spec +++ b/libvpx.spec @@ -5,7 +5,7 @@ %bcond_with tests # build tests (not useful, creates libgtest.a) %bcond_without ssse3 # use SSSE3 instructions (Intel since Core2, Via Nano) -%ifnarch %{ix86} %{x8664} +%ifnarch %{ix86} %{x8664} x32 %undefine with_asm %endif @@ -18,7 +18,7 @@ Summary: VP8, a high-quality video codec Summary(pl.UTF-8): VP8 - kodek obrazu wysokiej jakości Name: libvpx Version: 1.4.0 -Release: 1 +Release: 2 License: BSD Group: Libraries # Source in git web, but regenerated on each fetch, so use gentoo tarball instead -- 2.43.0