[vlc-commits] Disable OSS support on OpenBSD

Brad Smith git at videolan.org
Mon Jan 30 19:00:17 CET 2012


vlc | branch: master | Brad Smith <brad at comstyle.com> | Mon Jan 30 12:52:47 2012 -0500| [460cdb561d091da9f181141b2a8203c737290679] | committer: Rémi Denis-Courmont

Disable OSS support on OpenBSD

Disable the OSS support on OpenBSD by default.

Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=460cdb561d091da9f181141b2a8203c737290679
---

 configure.ac |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index d21631e..e57d059 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3402,8 +3402,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"
   ])
 ])



More information about the vlc-commits mailing list