[vlc-commits] Disable OSS support on OpenBSD

Brad Smith git at videolan.org
Mon Jan 30 20:24:57 CET 2012


vlc/vlc-2.0 | branch: master | Brad Smith <brad at comstyle.com> | Mon Jan 30 12:52:47 2012 -0500| [2d3123c0353779c61e96b4f79d225615f70591ed] | 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>
(cherry picked from commit 460cdb561d091da9f181141b2a8203c737290679)

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=2d3123c0353779c61e96b4f79d225615f70591ed
---

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

diff --git a/configure.ac b/configure.ac
index 6111c3d..8fb0670 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3481,8 +3481,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