[packages/mplayer] disable crystalhd on arches not present
glen
glen at pld-linux.org
Mon May 6 20:53:09 CEST 2013
commit 810f3f3db6203fd655242fce8cae21c59a38846e
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Mon May 6 21:52:50 2013 +0300
disable crystalhd on arches not present
mplayer.spec | 3 +++
1 file changed, 3 insertions(+)
---
diff --git a/mplayer.spec b/mplayer.spec
index befa07f..2fdbc31 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -97,6 +97,9 @@
%ifnarch ppc
%undefine with_altivec
%endif
+%ifnarch i686 pentium4 athlon %{x8664}
+%undefine with_crystalhd
+%endif
%if %{_lib} == "lib64"
%define binsuf 64
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/mplayer.git/commitdiff/810f3f3db6203fd655242fce8cae21c59a38846e
More information about the pld-cvs-commit
mailing list