| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index 4ed933f7182137e710e068672104746cd5dae9a0..49fe155254c1558284f9fc49f4570af1b36f3e82 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -36,6 +36,9 @@ declare_args() {
|
| #enable_webrtc = !is_ios TODO(GYP) use this condition when WebRTC works in
|
| # the GN build.
|
| enable_webrtc = false
|
| +
|
| + # Enables proprietary codecs and demuxers; e.g. H264, MOV, AAC, and MP3.
|
| + proprietary_codecs = false
|
| }
|
|
|
| # Additional dependent variables -----------------------------------------------
|
|
|