From 4f6ab397b60615d2da77bff4f32666be9ac2e949 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 24 May 2013 19:01:07 -0400 Subject: Remove OSS support for OpenBSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the OSS support for OpenBSD. The OSS API has not been usable for quite some time. Signed-off-by: Brad Smith Reviewed-by: Laszlo Ersek Reviewed-by: Andreas Färber Signed-off-by: Blue Swirl --- configure | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 5ae7e4a..eb74510 100755 --- a/configure +++ b/configure @@ -468,9 +468,8 @@ NetBSD) OpenBSD) bsd="yes" make="${MAKE-gmake}" - audio_drv_list="oss" - audio_possible_drivers="oss sdl esd" - oss_lib="-lossaudio" + audio_drv_list="sdl" + audio_possible_drivers="sdl esd" ;; Darwin) bsd="yes" -- cgit v1.1