Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index 6f62a0f4610bcaf4059ab914be9f052f51886ad7..b932dd23d56353055cad7192c67bd1babf0539fe 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -2589,6 +2589,11 @@ |
}], |
['proprietary_codecs==1', { |
'defines': ['USE_PROPRIETARY_CODECS'], |
+ 'conditions': [ |
+ ['enable_mpeg2ts_stream_parser==1', { |
+ 'defines': ['ENABLE_MPEG2TS_STREAM_PARSER'], |
+ }], |
+ ], |
}], |
['enable_viewport==1', { |
'defines': ['ENABLE_VIEWPORT'], |