]> git.pld-linux.org Git - packages/libvpx.git/commitdiff
drop duplicate yasm check
authorElan Ruusamäe <glen@delfi.ee>
Thu, 20 Nov 2014 19:35:24 +0000 (21:35 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 20 Nov 2014 19:35:24 +0000 (21:35 +0200)
libvpx.spec

index e76793e0ce6f969d20dddfcea777a8a93e9700a8..02880f7cfd3147e5eb96691fe7b4743e83f5fb53 100644 (file)
@@ -4,6 +4,10 @@
 %bcond_without doc     # don't build doc
 %bcond_without ssse3   # use SSSE3 instructions (Intel since Core2, Via Nano)
 
+%ifnarch %{ix86} %{x8664}
+%undefine      with_asm
+%endif
+
 %if "%{pld_release}" == "ac"
 # not supported by compiler
 %undefine      with_ssse3
@@ -26,9 +30,7 @@ URL:          http://www.webmproject.org/
 BuildRequires: doxygen
 BuildRequires: rpmbuild(macros) >= 1.673
 BuildRequires: sed >= 4.0
-%ifarch %{ix86} %{x8664}
 %{?with_asm:BuildRequires:     yasm >= 0.8}
-%endif
 %if %{with doc}
 BuildRequires: %{php_name}-pcre
 BuildRequires: %{php_name}-program
This page took 0.075226 seconds and 4 git commands to generate.