[vlc-devel] [PATCH] Disable OSS support on OpenBSD
Brad Smith
brad at comstyle.com
Mon Jan 30 18:52:47 CET 2012
Disable the OSS support on OpenBSD by default.
diff --git a/configure.ac b/configure.ac
index e4afd39..f14fe1d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3399,8 +3399,8 @@ dnl Open Sound System module
dnl
AC_ARG_ENABLE(oss,
[AS_HELP_STRING([--enable-oss],
- [support the Open Sound System OSS (default enabled on BSD)])],, [
- AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "mingwce" -o "$SYS" = "linux"], [
+ [support the Open Sound System OSS (default enabled on FreeBSD/NetBSD/DragonFlyBSD)])],, [
+ AS_IF([test "$SYS" = "mingw32" -o "$SYS" = "mingwce" -o "$SYS" = "linux" -o "$SYS" = "openbsd"], [
enable_oss="no"
])
])
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the vlc-devel
mailing list