diff options
author | gunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 01:50:29 +0000 |
---|---|---|
committer | gunsch@chromium.org <gunsch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-01 01:50:29 +0000 |
commit | 8063669f347df6f9a08e41f8b9e1fbe94c3720af (patch) | |
tree | 529cfdaeae7f06e01279c94d2c43965957969787 /build | |
parent | a32d1e0a04b4fe1f27ffc1ec94288a102d69b715 (diff) | |
download | chromium_src-8063669f347df6f9a08e41f8b9e1fbe94c3720af.zip chromium_src-8063669f347df6f9a08e41f8b9e1fbe94c3720af.tar.gz chromium_src-8063669f347df6f9a08e41f8b9e1fbe94c3720af.tar.bz2 |
Adds GYP variable to enable MPEG2TS stream parsing.
BUG=357668
Review URL: https://codereview.chromium.org/216423008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260740 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 1308a1d..02b5f05 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', { |