Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 3e4864764c049c33582bd08641a0b6379e204e15..b5451f5e8861ca606312f70d369bc8654f7e8c4b 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 support for MPEG2TS streams |
|
damienv1
2014/03/28 17:50:51
"with MSE support for MPEG2 TS" (it's not a wide s
|
| + 'enable_mpeg2ts_stream_parser%': 0, |
| + |
| 'conditions': [ |
| # Enable the Syzygy optimization step for the official builds. |
| ['OS=="win" and buildtype=="Official" and syzyasan!=1', { |