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

Unified Diff: webrtc/BUILD.gn

Issue 2392053003: Make sure vp9 actually gets excluded in gn as well. (Closed)
Patch Set: Also set define Created 4 years, 2 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/modules/video_coding/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 1e1ef0009660317eefc96d6b75722dc62a529850..fe8760fed7b8a26a77d2e305b8042c066eb79937 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -130,6 +130,10 @@ config("common_config") {
defines += [ "EXPAT_RELATIVE_PATH" ]
}
+ if (!rtc_libvpx_build_vp9) {
+ defines += [ "RTC_DISABLE_VP9" ]
+ }
+
if (build_with_chromium) {
defines += [
# NOTICE: Since common_inherited_config is used in public_configs for our
« no previous file with comments | « no previous file | webrtc/modules/video_coding/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698