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

Unified Diff: media/media_options.gni

Issue 1486623004: MediaStreamRecorder: enable in Android (including linking libwebm) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Connect RendererBlinkPlatformImpl::createMediaRecorderHandler() Created 5 years 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 | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_options.gni
diff --git a/media/media_options.gni b/media/media_options.gni
index 81469aad6ef79c75a112f4cb426cf1bab6ff0f0a..07b7fdee74d31e5956e9f465c6b12511caaae645 100644
--- a/media/media_options.gni
+++ b/media/media_options.gni
@@ -20,14 +20,10 @@ declare_args() {
# decoding of VP9 and VP8A type content.
media_use_libvpx = true
- # Enable libwebm for multiplexing video and audio for JS recording API.
- media_use_libwebm = true
-
- # Neither Android nor iOS use ffmpeg, libvpx nor libwebm.
+ # Neither Android nor iOS use ffmpeg, libvpx.
if (is_android || is_ios) {
media_use_ffmpeg = false
media_use_libvpx = false
- media_use_libwebm = false
}
# Override to dynamically link the cras (ChromeOS audio) library.
« no previous file with comments | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698