]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
- no runtime detection, so mmx can be enabled by default only on athlon
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 20 Oct 2003 08:48:43 +0000 (08:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    OpenAL.spec -> 1.27

OpenAL.spec

index ab50c482b4a1cda17b77310d930f600a660c1ec2..b4463916ce2a9b251ccc22101caff97e13d3849d 100644 (file)
@@ -3,14 +3,14 @@
 # _without_alsa                - without ALSA support
 # _without_doc         - don't build HTML documentation (from SGML source)
 # _without_esd         - without esd support
-# _with_mmx            - use MMX (won't run on non-MMX CPU)
+# _with_mmx            - use MMX (makes sense on i[56]86 with MMX; won't run on non-MMX CPU)
 #
 # TODO:
 # - remove zip bcond?
 # - check %{name}-acfix.patch if it's still nedded, sorry
 #   for the inconvenience, I'll do it if I can...
 #
-%ifarch i586 i686 athlon
+%ifarch athlon
 %define                _with_mmx       1
 %endif
 Summary:       Open Audio Library
This page took 0.129573 seconds and 4 git commands to generate.