]> git.pld-linux.org Git - packages/mplayer.git/commitdiff
disable crystalhd on arches not present
authorElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 18:52:50 +0000 (21:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 6 May 2013 18:52:50 +0000 (21:52 +0300)
mplayer.spec

index befa07f636384ff016c6012c6f9a3b6f44f1ab5a..2fdbc31b100e0e4ad2d19542709dba2e0cf6db41 100644 (file)
@@ -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
This page took 0.039232 seconds and 4 git commands to generate.