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

Unified Diff: media/media.gyp

Issue 1624703002: Implement support for vp9 in ISO-BMFF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 329f0c7940694c0c2afc0067acc701fee471e612..4ae9bf88cdcd64adb8ee462bed78b65335addaab 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -64,6 +64,7 @@
"ENABLE_AC3_EAC3_AUDIO_DEMUXING=<(enable_ac3_eac3_audio_demuxing)",
"ENABLE_HEVC_DEMUXING=<(enable_hevc_demuxing)",
"ENABLE_MSE_MPEG2TS_STREAM_PARSER=<(enable_mse_mpeg2ts_stream_parser)",
+ "ENABLE_MP4_VP9_DEMUXING=1",
],
},
},

Powered by Google App Engine
This is Rietveld 408576698