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

Unified Diff: build/common.gypi

Issue 816353010: Implemented HEVC video demuxing and parsing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to ToT Created 5 years, 7 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index da1ce693b3209cad675492b0dfe4c4e768be09a6..c9ddeea938a69a3d399f2d7bacf8c5f47ec66424 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1830,6 +1830,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'],
}],
['chromecast==1 and OS!="android"', {
'ozone_platform_cast%': 1

Powered by Google App Engine
This is Rietveld 408576698