vlc | branch: master | Brad Smith <[email protected]> | 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 <[email protected]>

> 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"
   ])
 ])

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to