| Index: media/media_options.gni
|
| diff --git a/media/media_options.gni b/media/media_options.gni
|
| index 00709d36651bdba68bb7884fbf8ad862c93a8104..d07f09341e1f2f9fe0893caab26d464277ce4848 100644
|
| --- a/media/media_options.gni
|
| +++ b/media/media_options.gni
|
| @@ -54,7 +54,7 @@ declare_args() {
|
| # which are encoded using HEVC require |enable_hevc_demuxing| to be enabled.
|
| enable_dolby_vision_demuxing = proprietary_codecs && is_chromecast
|
|
|
| - enable_webrtc = !is_ios && !is_cast_audio_only
|
| + enable_webrtc = !is_cast_audio_only
|
|
|
| # Enable HLS with SAMPLE-AES decryption.
|
| # Enabled by default on the cast desktop implementation to allow unit tests of
|
|
|