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

Unified Diff: webrtc/build/common.gypi

Issue 1970343002: Make sure WebRTC works without libvpx VP9 support. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: add test to make sure VP9 support isn't announced 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 | webrtc/media/engine/webrtcvideoengine2.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/build/common.gypi
diff --git a/webrtc/build/common.gypi b/webrtc/build/common.gypi
index 5335cc8b16a8ffe0f679977fe28435ad11e0185c..15aa19155f3d3568fbf31966fcf10b7316c39639 100644
--- a/webrtc/build/common.gypi
+++ b/webrtc/build/common.gypi
@@ -102,6 +102,7 @@
'build_libjpeg%': 1,
'build_libsrtp%': 1,
'build_libvpx%': 1,
+ 'libvpx_build_vp9%': 1,
'build_libyuv%': 1,
'build_openmax_dl%': 1,
'build_opus%': 1,
@@ -447,6 +448,11 @@
'WEBRTC_INCLUDE_INTERNAL_AUDIO_DEVICE',
],
}],
+ ['libvpx_build_vp9==0', {
+ 'defines': [
+ 'RTC_DISABLE_VP9',
+ ],
+ }],
], # conditions
'direct_dependent_settings': {
'conditions': [
« no previous file with comments | « no previous file | webrtc/media/engine/webrtcvideoengine2.cc » ('j') | webrtc/media/engine/webrtcvideoengine2.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698