Chromecast: MP2TS stream parser should always be enabled.
R=lcwu@chromium.org,damienv@chromium.org BUG=None Review URL: https://codereview.chromium.org/471973004 Cr-Commit-Position: refs/heads/master@{#289779} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289779 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
@@ -1790,6 +1790,7 @@
|
|||||||
'use_system_fontconfig%': 1,
|
'use_system_fontconfig%': 1,
|
||||||
}],
|
}],
|
||||||
['chromecast==1', {
|
['chromecast==1', {
|
||||||
|
'enable_mpeg2ts_stream_parser%': 1,
|
||||||
'ffmpeg_branding%': 'Chrome',
|
'ffmpeg_branding%': 'Chrome',
|
||||||
'ozone_platform_ozonex%': 1,
|
'ozone_platform_ozonex%': 1,
|
||||||
'conditions': [
|
'conditions': [
|
||||||
@@ -1797,7 +1798,6 @@
|
|||||||
'arm_arch%': '',
|
'arm_arch%': '',
|
||||||
'arm_tune%': 'cortex-a9',
|
'arm_tune%': 'cortex-a9',
|
||||||
'arm_thumb%': 1,
|
'arm_thumb%': 1,
|
||||||
'enable_mpeg2ts_stream_parser%': 1,
|
|
||||||
'video_hole%': 1,
|
'video_hole%': 1,
|
||||||
}],
|
}],
|
||||||
],
|
],
|
||||||
|
Reference in New Issue
Block a user