mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 771248: Flip webrtc build pref to on r=roc
This commit is contained in:
parent
c437bc6e92
commit
b91cca4ef6
13
configure.in
13
configure.in
@ -4223,7 +4223,7 @@ MOZ_WAVE=1
|
||||
MOZ_MEDIA=
|
||||
MOZ_OPUS=1
|
||||
MOZ_WEBM=1
|
||||
MOZ_WEBRTC=
|
||||
MOZ_WEBRTC=1
|
||||
MOZ_WEBRTC_SIGNALING=
|
||||
MOZ_MEDIA_PLUGINS=
|
||||
MOZ_MEDIA_NAVIGATOR=
|
||||
@ -4297,6 +4297,7 @@ case "${target}" in
|
||||
MOZ_TREE_FREETYPE=1
|
||||
MOZ_MEMORY=1
|
||||
MOZ_RAW=1
|
||||
MOZ_WEBRTC=
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -5248,12 +5249,12 @@ if test "$NS_PRINTING"; then
|
||||
fi
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable WebRTC code
|
||||
dnl = Disable WebRTC code
|
||||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(webrtc,
|
||||
[ --enable-webrtc Enable support for WebRTC],
|
||||
MOZ_WEBRTC=1,
|
||||
MOZ_WEBRTC=)
|
||||
MOZ_ARG_DISABLE_BOOL(webrtc,
|
||||
[ --disable-webrtc Disable support for WebRTC],
|
||||
MOZ_WEBRTC=,
|
||||
MOZ_WEBRTC=1)
|
||||
|
||||
if test -n "$MOZ_WEBRTC"; then
|
||||
AC_DEFINE(MOZ_WEBRTC)
|
||||
|
Loading…
Reference in New Issue
Block a user