]> git.pld-linux.org Git - packages/vapoursynth.git/commitdiff
- disable asm on x32 auto/th/vapoursynth-38-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jul 2017 06:45:26 +0000 (08:45 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jul 2017 06:45:26 +0000 (08:45 +0200)
vapoursynth.spec

index 31deb0038cb29f46163456f5dbb7b241a8578a66..c7cce5d5b6ee99debd224c9637822b99934c68f9 100644 (file)
@@ -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
This page took 0.117943 seconds and 4 git commands to generate.