From: Laszlo Ersek <lersek@redhat.com>
To: Brad Smith <brad@comstyle.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Remove OSS support for OpenBSD
Date: Sat, 25 May 2013 01:50:56 +0200 [thread overview]
Message-ID: <519FFCE0.90000@redhat.com> (raw)
In-Reply-To: <20130524230046.GA2671@rox.home.comstyle.com>
On 05/25/13 01:01, Brad Smith wrote:
> Remove the OSS support for OpenBSD. The OSS API has not been usable
> for quite some time.
>
> Signed-off-by: Brad Smith <brad@comstyle.com>
>
>
> diff --git a/audio/ossaudio.c b/audio/ossaudio.c
> index 00be9c9..007c641 100644
> --- a/audio/ossaudio.c
> +++ b/audio/ossaudio.c
> @@ -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"
> 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"
>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
next prev parent reply other threads:[~2013-05-24 23:48 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-24 23:01 [Qemu-devel] [PATCH] Remove OSS support for OpenBSD Brad Smith
2013-05-24 23:50 ` Laszlo Ersek [this message]
2013-05-25 19:12 ` Andreas Färber
2013-05-26 17:04 ` Blue Swirl
-- strict thread matches above, loose matches on Subject: below --
2013-05-08 11:39 Brad Smith
2013-05-24 22:16 ` Brad Smith
2013-05-24 22:51 ` Laszlo Ersek
2013-05-24 23:01 ` Brad Smith
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=519FFCE0.90000@redhat.com \
--to=lersek@redhat.com \
--cc=brad@comstyle.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).