| Index: webrtc/build/webrtc.gni
|
| diff --git a/webrtc/build/webrtc.gni b/webrtc/build/webrtc.gni
|
| index b345d735f1f412e580abc34a43eae39c0e13499c..20b768aeab778337a1ac79f6bbd64379d9d31037 100644
|
| --- a/webrtc/build/webrtc.gni
|
| +++ b/webrtc/build/webrtc.gni
|
| @@ -36,6 +36,9 @@ declare_args() {
|
| # Enables the use of protocol buffers for debug recordings.
|
| rtc_enable_protobuf = true
|
|
|
| + # Disable the code for the intelligibility enhancer by default.
|
| + intelligibility_enhancer = false
|
| +
|
| # Disable these to not build components which can be externally provided.
|
| rtc_build_expat = true
|
| rtc_build_json = true
|
|
|