| Index: webrtc/build/common.gypi
|
| diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
|
| index 414fd02e6f3ad00c79613949ef555c32ca71ee46..c4a548f9ffc8d8b0c279efb14d981a1b09304e3f 100644
|
| --- a/webrtc/build/common.gypi
|
| +++ b/webrtc/build/common.gypi
|
| @@ -118,6 +118,9 @@
|
| # Enables the use of protocol buffers for debug recordings.
|
| 'enable_protobuf%': 1,
|
|
|
| + # Disable the code for the intelligibility enhancer by default.
|
| + 'enable_intelligibility_enhancer%': 0,
|
| +
|
| # Disable these to not build components which can be externally provided.
|
| 'build_expat%': 1,
|
| 'build_json%': 1,
|
|
|