From 9e7fdafc6553cedaf2d2247142929f89deeb4ed8 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Fri, 24 May 2013 19:01:07 -0400 Subject: [PATCH] Remove OSS support for OpenBSD MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 (cherry picked from commit 4f6ab397b60615d2da77bff4f32666be9ac2e949) Signed-off-by: Michael Roth --- audio/ossaudio.c | 4 ---- configure | 5 ++--- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/audio/ossaudio.c b/audio/ossaudio.c index 00be9c91e..007c64115 100644 --- a/audio/ossaudio.c +++ b/audio/ossaudio.c @@ -25,11 +25,7 @@ #include #include #include -#ifdef __OpenBSD__ -#include -#else #include -#endif #include "qemu-common.h" #include "qemu/main-loop.h" #include "qemu/host-utils.h" diff --git a/configure b/configure index 5ae7e4a34..eb7451094 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" -- 2.39.5