From a863a70a167408ad1422c0fbcdfd7bf0c5bcf706 Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Tue, 3 Jan 2012 03:53:00 +0100 Subject: Disable Sun / OSS audio backends on OpenBSD --- m4/audio_out.m4 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/m4/audio_out.m4 b/m4/audio_out.m4 index 59bd1abae..6bc961a17 100644 --- a/m4/audio_out.m4 +++ b/m4/audio_out.m4 @@ -13,7 +13,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ dnl - Jack is Linux and Mac OS X primarily dnl - OSS is most unix variants dnl - PulseAudio has been tested on Linux, Solaris, FreeBSD, Windows - dnl - SunAudio is NetBSD, OpenBSD, Solaris (anything else?) + dnl - SunAudio is NetBSD, Solaris (anything else?) default_enable_coreaudio=no default_enable_irixal=no @@ -58,7 +58,7 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ default_enable_sunaudio=yes ;; openbsd*) - default_enable_sunaudio=yes + default_enable_oss=no default_enable_sndio=yes ;; solaris*) @@ -201,8 +201,8 @@ AC_DEFUN([XINE_AUDIO_OUT_PLUGINS], [ if test x"$hard_enable_sunaudio" = x"yes" && test x"$have_sunaudio" != x"yes"; then AC_MSG_ERROR([Sun audio support requested, but Sun audio not found]) elif test x"$have_sunaudio" = x"yes"; then - dnl NetBSD and OpenBSD don't have this, but check for it - dnl rather than assuming that it doesn't happen elsewhere. + dnl NetBSD doesn't have this, but check for it rather than + dnl assuming that it doesn't happen elsewhere. AC_CHECK_MEMBERS([audio_info_t.output_muted]) fi fi -- cgit v1.2.3