Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(850)

Unified Diff: build/config/features.gni

Issue 1446453004: Adding third_party/openh264 build files for encoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with master Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 9fb4205257a30f640613ee21b27252fd030e7133..04c72fb562a4318ac884ab5bae4090ac85c51f59 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -54,6 +54,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
+ # false, 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

Powered by Google App Engine
This is Rietveld 408576698