]> git.pld-linux.org Git - packages/OpenAL.git/blame - OpenAL.spec
- added esd support; rel. .0.10
[packages/OpenAL.git] / OpenAL.spec
CommitLineData
68071dbf
JB
1#
2# Conditional build:
3# _without_alsa - without ALSA support
4# _without_doc - don't build HTML documentation (from SGML source)
80ea8137 5# _without_esd - without esd support
68071dbf
JB
6# _with_mmx - use MMX (won't run on non-MMX CPU)
7#
41b6ff2e 8# TODO:
9# - remove zip bcond?
10# - check %{name}-acfix.patch if it's still nedded, sorry
11# for the inconvenience, I'll do it if I can...
12#
68071dbf
JB
13%ifarch athlon
14%define _with_mmx 1
15%endif
16%ifnarch i586 i686 athlon
17%define _with_mmx 0
18%endif
d451b59a 19Summary: Open Audio Library
20