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

Unified Diff: build/common.gypi

Issue 216423008: Adds GYP variable to enable MPEG2TS stream parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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 | media/media.gyp » ('j') | 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 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', {
« no previous file with comments | « no previous file | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698