History log of /netbsd-src/lib/libossaudio/Makefile (Results 1 – 11 of 11)
Revision Date Author Comments
# 8170080d 08-Jun-2021 nia <nia@NetBSD.org>

ossaudio(3): refactor library into separate files


# a4deae0d 05-May-2012 christos <christos@NetBSD.org>

fix typo, WARNS=5


# 572e1c85 21-Mar-2012 matt <matt@NetBSD.org>

These directories don't handle WARNS=5


# 5c82067a 12-Mar-2009 wiz <wiz@NetBSD.org>

Remove USETBL, now that man page does not need tbl any longer.


# 5cc75830 03-Feb-2009 jmcneill <jmcneill@NetBSD.org>

Add a table that describes the mappings from native audio mixer names
to their OSS equivalents.


# 86f70dcc 18-Nov-2003 grant <grant@NetBSD.org>

drop whitespace


# 175e3708 13-Apr-1998 lukem <lukem@NetBSD.org>

use CPPFLAGS not CFLAGS


# ff1bdcd3 07-Nov-1997 mikel <mikel@NetBSD.org>

back out last change


# 486500f8 01-Nov-1997 mikel <mikel@NetBSD.org>

don't build shared library


# ee196f5a 19-Oct-1997 thorpej <thorpej@NetBSD.org>

Install the "soundcard.h" include file in /usr/include, because:
- The documentation says <soundcard.h>, and
- You can't install an include into /usr/include/sys, because the user
might be using "s

Install the "soundcard.h" include file in /usr/include, because:
- The documentation says <soundcard.h>, and
- You can't install an include into /usr/include/sys, because the user
might be using "symlinks" for the sys includes.

show more ...


# afab22e3 16-Oct-1997 augustss <augustss@NetBSD.org>

Initial version of a user level emulation of the OSS audio API.
Useful for compiling Linux audio programs.