]> git.pld-linux.org Git - packages/xavs.git/commitdiff
- disable asm on x86_64 master auto/th/xavs-0-0.svn55.2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Jul 2017 19:31:26 +0000 (21:31 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 20 Jul 2017 19:31:26 +0000 (21:31 +0200)
xavs.spec

index 8ca82553e000c7cb69b6bd0011a0c916988d7d31..f49694936f1b4a3342f3382c3cca5bb4fc08b425 100644 (file)
--- a/xavs.spec
+++ b/xavs.spec
@@ -2,7 +2,8 @@
 # Conditional build:
 %bcond_without asm     # MMX/SSE* x86 assembler optimizations
 
-%ifnarch %{ix86} %{x8664}
+%ifnarch %{ix86}
+# %{x8664} misses GOT code in i386inc.asm
 %undefine      with_asm
 %endif
 Summary:       Audio Video Standard of China library
This page took 0.087794 seconds and 4 git commands to generate.