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

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, 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
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
ddorwin 2015/06/19 21:40:14 wolenetz and I were talking, and this should proba
servolk 2015/06/20 00:05:07 Note that this define is added inside chromecast=1
ddorwin 2015/06/20 00:28:20 The point is that enable_hevc should not be set wh
+ # platform.
+ 'defines': ['ENABLE_HEVC_DEMUXING'],
ddorwin 2015/06/19 21:40:14 I'm not sure that defining global defines like thi
}],
['chromecast==1 and OS!="android"', {
'ozone_platform_cast%': 1

Powered by Google App Engine
This is Rietveld 408576698