diff --git a/common.gypi b/common.gypi index 1308a1d5a..02b5f05f3 100644 --- a/common.gypi +++ b/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', {