Index: build/common.gypi |
diff --git a/build/common.gypi b/build/common.gypi |
index e900cc4a6e72266d3c29f75608c6981acf567e28..9e8d0294906219104a25e16eed600cf9502348b7 100644 |
--- a/build/common.gypi |
+++ b/build/common.gypi |
@@ -1843,6 +1843,11 @@ |
'video_hole%': 1, |
}], |
], |
+ # HEVC/H265 demuxing support. Note that toggling this flag will enable |
+ # only HEVC demuxing support, it does not imply decoding support (since |
+ # HEVC is proprietary and HEVC decoders typically require additional |
+ # licensing). Chromecast has hardware HEVC decoder on some platforms. |
+ 'defines': ['ENABLE_HEVC_DEMUXING'], |
}], |
['android_webview_build==1', { |
# When building the WebView in the Android tree, jarjar will remap all |