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

Unified Diff: media/media.gyp

Issue 1415793003: fix build when ffmpeg, libvpx and libwebm are disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch Set 2 Created 5 years, 1 month 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 8a2d35d89b261d8b4d2945e2a6aae555c26f98da..2f4d22c3f056e6ca99379a5303fd1db65b5e8662 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -714,6 +714,15 @@
'capture/webm_muxer.cc',
'capture/webm_muxer.h',
],
+ }, { # media_use_libwebm==0
+ 'defines': [
+ 'MEDIA_DISABLE_LIBWEBM',
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'MEDIA_DISABLE_LIBWEBM',
+ ],
+ },
}],
['enable_browser_cdms==1', {
'sources': [
« chrome/utility/extensions/extensions_handler.cc ('K') | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698