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

Unified Diff: build/common.gypi

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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index ca65fc31caa20734aa0cac0868a30544aa2dc8a7..ad3e829554b9b8076e687121b67cff5431cfa8db 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1244,6 +1244,12 @@
'android_app_version_code%': '<(android_app_version_code)',
'enable_webvr%': '<(enable_webvr)',
+ # 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%': 1,
+
# Turns on compiler optimizations in V8 in Debug build.
'v8_optimized_debug%': 1,

Powered by Google App Engine
This is Rietveld 408576698