| Index: webrtc/webrtc.gni
|
| diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
|
| index 5e1c12dd3f4f2a83ee96cda5b3562099ecb0ad9c..7c44868aa4d0824cd2f842c53bc642038ae3e4e5 100644
|
| --- a/webrtc/webrtc.gni
|
| +++ b/webrtc/webrtc.gni
|
| @@ -74,9 +74,12 @@ declare_args() {
|
| # Set this to true to enable BWE test logging.
|
| rtc_enable_bwe_test_logging = false
|
|
|
| - # Set this to disable building with support for SCTP data channels.
|
| + # Set this to false to disable building with support for SCTP data channels.
|
| rtc_enable_sctp = true
|
|
|
| + # Set this to false to disable building audio and video stack.
|
| + rtc_enable_media = true
|
| +
|
| # Disable these to not build components which can be externally provided.
|
| rtc_build_json = true
|
| rtc_build_libjpeg = true
|
|
|