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

Unified Diff: webrtc/supplement.gypi

Issue 1978243002: Disable libyuv jpeg support on Android (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: 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 | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/supplement.gypi
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi
index 7b2e075d17537c01152813abb3f9e3eea4d31a89..f1974d73d83f1f92def606a467061ef0a4a9f93d 100644
--- a/webrtc/supplement.gypi
+++ b/webrtc/supplement.gypi
@@ -24,6 +24,11 @@
}],
],
}],
+ ['OS=="android"', {
+ # MJPEG capture is not used on Android. Disable to reduce
+ # libjingle_peerconnection_so file size.
+ 'libyuv_disable_jpeg%': 1,
kjellander_webrtc 2016/05/16 14:23:22 You only need to put a variable in supplement.gypi
magjed_webrtc 2016/05/17 08:45:56 I tried moving it to webrtc/build/common.gypi, but
kjellander_webrtc 2016/05/17 14:07:49 Oh dear, GYP trickery. We chatted offline and came
+ }],
],
},
'target_defaults': {
« no previous file with comments | « webrtc/build/webrtc.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698