From 84fcbd429f94d9049217bf4567934e937cf02ccd Mon Sep 17 00:00:00 2001 From: kjellander Date: Fri, 2 Sep 2016 11:55:39 -0700 Subject: [PATCH] MB: Enable rtc_use_h264 for GYP builds for now. NOTRY=True TBR=emhaldonado@webrtc.org Review-Url: https://codereview.webrtc.org/2303673005 Cr-Commit-Position: refs/heads/master@{#14052} --- webrtc/build/mb_config.pyl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/build/mb_config.pyl b/webrtc/build/mb_config.pyl index c35842d119..7d97df75c0 100644 --- a/webrtc/build/mb_config.pyl +++ b/webrtc/build/mb_config.pyl @@ -433,7 +433,7 @@ 'gyp': {'type': 'gyp'}, 'gyp_limited_support_build': { - 'gyp_defines': 'include_examples=0 include_tests=0 rtc_use_h264=0' + 'gyp_defines': 'include_examples=0 include_tests=0' }, 'ios': {