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

Unified Diff: media/media.gyp

Issue 216423008: Adds GYP variable to enable MPEG2TS stream parsing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better flag description 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 | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index d439453e417068c6b1a1dc71de308a2f9d40eac2..3a3ad2c4a236f45821ce160c89b575d3de2d2a80 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -875,6 +875,13 @@
'formats/mpeg/mpeg_audio_stream_parser_base.cc',
'formats/mpeg/mpeg_audio_stream_parser_base.h',
],
+ 'conditions': [
+ ['enable_mpeg2ts_stream_parser==1', {
+ 'defines': [
+ 'ENABLE_MPEG2TS_STREAM_PARSER',
+ ],
+ }],
+ ],
}],
['toolkit_uses_gtk==1', {
'dependencies': [
« no previous file with comments | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698