view src/audio/openbsd/Makefile.am @ 1037:c5dedfdb4e42

Date: Tue, 01 Feb 2005 17:53:07 -0800 From: Bill May Subject: [SDL] Diffs for dsp audio in case of failures. The rewrite recently done for 1.2.8 forgot to handle error cases by closing the audio. Here is a patch that does.
author Sam Lantinga <slouken@libsdl.org>
date Sat, 12 Feb 2005 19:39:08 +0000
parents 3ad7157c6cfa
children
line wrap: on
line source


## Makefile.am for SDL using the native OpenBSD sound driver

noinst_LTLIBRARIES = libaudio_openbsd.la
libaudio_openbsd_la_SOURCES = $(SRCS)

# The SDL audio driver sources
SRCS =	SDL_openbsdaudio.c	\
	SDL_openbsdaudio.h