Commit 4f6ab397 authored by Brad Smith's avatar Brad Smith Committed by Blue Swirl
Browse files

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: default avatarBrad Smith <brad@comstyle.com>
Reviewed-by: default avatarLaszlo Ersek <lersek@redhat.com>
Reviewed-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarBlue Swirl <blauwirbel@gmail.com>
parent 5b35b4e9
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -25,11 +25,7 @@
#include <sys/mman.h>
#include <sys/types.h>
#include <sys/ioctl.h>
#ifdef __OpenBSD__
#include <soundcard.h>
#else
#include <sys/soundcard.h>
#endif
#include "qemu-common.h"
#include "qemu/main-loop.h"
#include "qemu/host-utils.h"
+2 −3
Original line number Diff line number Diff line
@@ -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"