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

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: 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
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 26760c5d9b013569a79d38964b6bba108ecfa6f0..29230faae6f1a8c4ecd4c5cfdec591c1bd92dcb2 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -718,6 +718,15 @@
'capture/webm_muxer.cc',
'capture/webm_muxer.h',
],
+ }, { # media_use_libwebm==0
+ 'defines': [
+ 'MEDIA_DISABLE_LIBWEBM',
+ ],
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'MEDIA_DISABLE_LIBWEBM',
+ ],
+ },
}],
['OS=="android"', {
'dependencies': [
« no previous file with comments | « media/blink/webmediaplayer_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698