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

Unified Diff: media/BUILD.gn

Issue 1998333002: MP4 support for Common Encryption 'cbcs' scheme. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix a problem in hasty change before upload Created 4 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
« no previous file with comments | « no previous file | media/formats/mp4/box_definitions.h » ('j') | media/formats/mp4/box_definitions.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 11a48e1dd104b70c935e9f1f864a7883734b489c..7691805561e6db07b50be076fea6a9644159882c 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -17,6 +17,7 @@ buildflag_header("media_features") {
flags = [
"ENABLE_AC3_EAC3_AUDIO_DEMUXING=$enable_ac3_eac3_audio_demuxing",
+ "ENABLE_CENC_NEW_EDITIONS=$enable_cenc_new_editions",
"ENABLE_HEVC_DEMUXING=$enable_hevc_demuxing",
"ENABLE_MSE_MPEG2TS_STREAM_PARSER=$enable_mse_mpeg2ts_stream_parser",
"ENABLE_MP4_VP9_DEMUXING=0",
« no previous file with comments | « no previous file | media/formats/mp4/box_definitions.h » ('j') | media/formats/mp4/box_definitions.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698