From: Jakub Bogusz Date: Sat, 22 Jul 2017 06:45:26 +0000 (+0200) Subject: - disable asm on x32 X-Git-Tag: auto/th/vapoursynth-38-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=601fdc1dc4cc579109cd3a5c55cd51ce6ed78c4e;p=packages%2Fvapoursynth.git - disable asm on x32 --- diff --git a/vapoursynth.spec b/vapoursynth.spec index 31deb00..c7cce5d 100644 --- a/vapoursynth.spec +++ b/vapoursynth.spec @@ -5,7 +5,8 @@ %bcond_with sse # use SSE/SSE2 instructions on x86 (no runtime detection) %bcond_without static_libs # static libraries # -%ifarch pentium4 %{x8664} x32 +%ifarch pentium4 %{x8664} +# x32 asm is not supported (as of 38) %define with_sse 1 %endif Summary: A video processing framework with simplicity in mind