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', { |