Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2013 11:18:39 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1200 - trunk/Mk
Message-ID:  <201303071118.r27BIdk7046998@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Mar  7 11:18:39 2013
New Revision: 1200

Log:
let Nightly use PULSEAUDIO with WEBRTC

Modified:
   trunk/Mk/bsd.gecko.mk

Modified: trunk/Mk/bsd.gecko.mk
==============================================================================
--- trunk/Mk/bsd.gecko.mk	Thu Mar  7 11:18:32 2013	(r1199)
+++ trunk/Mk/bsd.gecko.mk	Thu Mar  7 11:18:39 2013	(r1200)
@@ -755,8 +755,14 @@
 .if ${PORT_OPTIONS:MWEBRTC}
 BUILD_DEPENDS+=	v4l_compat>0:${PORTSDIR}/multimedia/v4l_compat
 LIB_DEPENDS+=	v4l2:${PORTSDIR}/multimedia/libv4l
-. if ! ${PORT_OPTIONS:MALSA}
+. if ${MOZILLA_VER:R:R} >= 21
+.  if ${PORT_OPTIONS:MOSS}
+IGNORE=		WEBRTC works only with ALSA and PULSEAUDIO audio backends
+.  endif
+. else
+.  if ! ${PORT_OPTIONS:MALSA}
 IGNORE=		WEBRTC works only with ALSA audio backend
+.  endif
 . endif
 .else
 MOZ_OPTIONS+=	--disable-webrtc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303071118.r27BIdk7046998>