[packages/vapoursynth] - disable asm on x32
qboosh
qboosh at pld-linux.org
Sat Jul 22 08:43:38 CEST 2017
commit 601fdc1dc4cc579109cd3a5c55cd51ce6ed78c4e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Jul 22 08:45:26 2017 +0200
- disable asm on x32
vapoursynth.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/vapoursynth.git/commitdiff/601fdc1dc4cc579109cd3a5c55cd51ce6ed78c4e
More information about the pld-cvs-commit
mailing list