From: Brad Smith Date: Fri, 24 May 2013 23:01:07 +0000 (-0400) Subject: Remove OSS support for OpenBSD X-Git-Tag: v1.5.1~43 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;ds=sidebyside;h=9e7fdafc6553cedaf2d2247142929f89deeb4ed8;p=qemu.git Remove OSS support for OpenBSD 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 --- 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"