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

Unified Diff: build/common.gypi

Issue 216423008: Adds GYP variable to enable MPEG2TS stream parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better flag description Created 6 years, 9 months 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
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 3e4864764c049c33582bd08641a0b6379e204e15..ef51ddc39198d5d12c995169d0d5a7568edbad93 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1349,6 +1349,9 @@
# Set to 1 to compile with the hole punching for the protected video.
'video_hole%': 0,
+ # Set to 1 to compile with MSE support for MPEG2 TS
+ 'enable_mpeg2ts_stream_parser%': 0,
+
'conditions': [
# Enable the Syzygy optimization step for the official builds.
['OS=="win" and buildtype=="Official" and syzyasan!=1', {
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698