Bug 1393901 Enable WebRTC for the MinGW build draft
authorTom Ritter <tom@mozilla.com>
Fri, 27 Oct 2017 16:31:31 -0500
changeset 687849 cad3f6ab0854ac97b5576cbed1e2995adb162ce2
parent 687848 04ff17692450738e014f90bcc8e123a0d446cdf0
child 687850 48235b09c6c248ebb56d6869abbe29dc5dec414b
child 687857 c61351cb18c398b141a2b26b5aed85a789952ec0
child 688066 4003154b2b300cccfd7b9f0abf9321369871405a
push id86617
push userbmo:tom@mozilla.com
push dateFri, 27 Oct 2017 21:32:53 +0000
bugs1393901
milestone58.0a1
Bug 1393901 Enable WebRTC for the MinGW build MozReview-Commit-ID: 26k3I6SfZKM
browser/config/mozconfigs/win32/mingw32
--- a/browser/config/mozconfigs/win32/mingw32
+++ b/browser/config/mozconfigs/win32/mingw32
@@ -42,17 +42,16 @@ ac_add_options --disable-warnings-as-err
 # Temporary config settings until we get these working on mingw
 ac_add_options --disable-accessibility # https://sourceforge.net/p/mingw-w64/bugs/648/
 
 # Long story
 ac_add_options --disable-sandbox # Bug 1230910
 ac_add_options --disable-stylo # Bug 1390583
 
 # These aren't supported on mingw at this time
-ac_add_options --disable-webrtc # Bug 1393901
 ac_add_options --disable-crashreporter # Bug 1391685
 ac_add_options --disable-maintenance-service
 
 # Find our toolchain
 CC="$TOOLTOOL_DIR/gcc/bin/i686-w64-mingw32-gcc"
 CXX="$TOOLTOOL_DIR/gcc/bin/i686-w64-mingw32-g++"
 
 HOST_CC="$TOOLTOOL_DIR/gcc/bin/gcc"