| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index b41f8903268b386e78e396503856a9a4290da01d..67d588d927a943d9435546df7bdf45ae885f66d2 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -1544,9 +1544,6 @@
|
| # Force disable libstdc++ debug mode.
|
| 'disable_glibcxx_debug%': 0,
|
|
|
| - # Set to 1 to compile with MSE support for MPEG2 TS
|
| - 'enable_mpeg2ts_stream_parser%': 0,
|
| -
|
| # Support ChromeOS touchpad gestures with ozone.
|
| 'use_evdev_gestures%': 0,
|
|
|
| @@ -1881,7 +1878,6 @@
|
| 'use_system_fontconfig%': 1,
|
| }],
|
| ['chromecast==1', {
|
| - 'enable_mpeg2ts_stream_parser%': 1,
|
| 'use_custom_freetype%': 0,
|
| 'use_playready%': 0,
|
| 'conditions': [
|
| @@ -2770,11 +2766,6 @@
|
| }],
|
| ['proprietary_codecs==1', {
|
| 'defines': ['USE_PROPRIETARY_CODECS'],
|
| - 'conditions': [
|
| - ['enable_mpeg2ts_stream_parser==1', {
|
| - 'defines': ['ENABLE_MPEG2TS_STREAM_PARSER'],
|
| - }],
|
| - ],
|
| }],
|
| ['enable_viewport==1', {
|
| 'defines': ['ENABLE_VIEWPORT'],
|
|
|