| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index 738333d660fcbc0d6f1ec37e3dae9a22e120794e..2d8127128f55b744452e2636bd5a6611de9709b1 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -138,6 +138,9 @@
|
| # Enabling this may break interop with Android clients that support H264.
|
| 'use_objc_h264%': 0,
|
|
|
| + # Determines whether QUIC code will be built.
|
| + 'use_quic%': 0,
|
| +
|
| 'conditions': [
|
| # Enable this to build OpenH264 encoder/FFmpeg decoder. This is supported
|
| # on all platforms except Android and iOS. Because FFmpeg can be built
|
|
|