summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@comstyle.com>2012-01-03 03:53:00 +0100
committerBrad Smith <brad@comstyle.com>2012-01-03 03:53:00 +0100
commita863a70a167408ad1422c0fbcdfd7bf0c5bcf706 (patch)
tree05e0e216ebf24c0bdffeb156dc7292345a17390f
parent99a1ea8f9352a609eed830241a941dab8c3a0fe6 (diff)
downloadxine-lib-a863a70a167408ad1422c0fbcdfd7bf0c5bcf706.tar.gz
xine-lib-a863a70a167408ad1422c0fbcdfd7bf0c5bcf706.tar.bz2
Disable Sun / OSS audio backends on OpenBSD
-rw-r--r--m4/audio_out.m48
1 files 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