| Index: build/config/features.gni
|
| diff --git a/build/config/features.gni b/build/config/features.gni
|
| index e06dacad56bb18a056a606b112c3a60da928fa98..4b02492bbc6d253e69ec20545acde51d8afa3bc2 100644
|
| --- a/build/config/features.gni
|
| +++ b/build/config/features.gni
|
| @@ -53,6 +53,12 @@ declare_args() {
|
| # TODO(GYP) make mac work.
|
| enable_webrtc = !is_ios && !is_mac
|
|
|
| + # Enable this to build OpenH264.
|
| + # CHECK THE OPENH264 LICENSE BEFORE BUILDING. The default value should be 0,
|
| + # the open source version of Chromium should not build this by default due to
|
| + # license and patent reasons.
|
| + use_openh264 = true
|
| +
|
| # Enables the Media Router.
|
| enable_media_router = !is_ios
|
|
|
|
|