Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1188)

Unified Diff: build/common.gypi

Issue 471973004: Chromecast: MP2TS stream parser should always be enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 79d3f986192bbaf837dd0ca5cf28c76735f82604..67769bd5622f720fdfacf0ee22f89d5c3a7c5e97 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1787,6 +1787,7 @@
'use_system_fontconfig%': 1,
}],
['chromecast==1', {
+ 'enable_mpeg2ts_stream_parser%': 1,
'ffmpeg_branding%': 'Chrome',
'ozone_platform_ozonex%': 1,
'conditions': [
@@ -1794,7 +1795,6 @@
'arm_arch%': '',
'arm_tune%': 'cortex-a9',
'arm_thumb%': 1,
- 'enable_mpeg2ts_stream_parser%': 1,
'video_hole%': 1,
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698