]> git.pld-linux.org Git - packages/OpenAL.git/blame_incremental - OpenAL.spec
- added esd support; rel. .0.10
[packages/OpenAL.git] / OpenAL.spec
... / ...
CommitLineData
1#
2# Conditional build:
3# _without_alsa - without ALSA support
4# _without_doc - don't build HTML documentation (from SGML source)
5# _without_esd - without esd support
6# _with_mmx - use MMX (won't run on non-MMX CPU)
7#
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#
13%ifarch athlon
14%define _with_mmx 1
15%endif
16%ifnarch i586 i686 athlon
17%define _with_mmx 0
18%endif
19Summary: Open Audio Library
20