[packages/xawtv] - disable MMX code on x86_64 (hardcoded 32-bit addressing), enable on x32 - libFS is no longer used

qboosh qboosh at pld-linux.org
Sun Jul 17 11:01:35 CEST 2016


commit b0efea7cc146ac6b643b5638be75ddd57a130f8d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jul 17 11:01:59 2016 +0200

    - disable MMX code on x86_64 (hardcoded 32-bit addressing), enable on x32
    - libFS is no longer used

 xawtv.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/xawtv.spec b/xawtv.spec
index 94fe6c0..d4ccecd 100644
--- a/xawtv.spec
+++ b/xawtv.spec
@@ -4,7 +4,8 @@
 %bcond_without	lirc	# compile without lirc remote control support
 %bcond_with	mmx	# MMX support (if enabled, linear-plugin won't work on non-MMX CPU)
 #
-%ifarch %{x8664} pentium3 pentium4 athlon
+# asm code has 32-bit addressing, so x86_64 ABI is not supported
+%ifarch pentium3 pentium4 athlon x32
 %define	with_mmx	1
 %endif
 Summary:	Video4Linux Stream Capture Viewer
@@ -47,7 +48,6 @@ BuildRequires:	motif-devel
 BuildRequires:	pkgconfig
 BuildRequires:	xorg-app-bdftopcf
 BuildRequires:	xorg-app-mkfontdir
-BuildRequires:	xorg-lib-libFS-devel
 BuildRequires:	xorg-lib-libX11-devel
 BuildRequires:	xorg-lib-libXaw-devel
 BuildRequires:	xorg-lib-libXext-devel
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xawtv.git/commitdiff/b0efea7cc146ac6b643b5638be75ddd57a130f8d



More information about the pld-cvs-commit mailing list