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

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: CR feedback Created 5 years, 6 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 | content/browser/media/media_canplaytype_browsertest.cc » ('j') | media/base/mime_util.cc » ('J')
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 c7f68ec9bcc5235785d619d2b4e6cda0f34d625f..bba47a247964c4e8ba60e7276896a858571d22e0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1831,6 +1831,9 @@
'video_hole%': 1,
}],
],
+ # Enable HEVC/H265 demuxing. Actual decoding must be provided by the
+ # platform.
+ 'defines': ['ENABLE_HEVC_DEMUXING'],
}],
['chromecast==1 and OS!="android"', {
'ozone_platform_cast%': 1
« no previous file with comments | « no previous file | content/browser/media/media_canplaytype_browsertest.cc » ('j') | media/base/mime_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698