Index: webrtc/supplement.gypi |
diff --git a/webrtc/supplement.gypi b/webrtc/supplement.gypi |
index edccd4d81dbcc7aac9c19a87b94e03a0755fd1e6..20c1e666788058cb1052f86b10a35e0ebaddfa7b 100644 |
--- a/webrtc/supplement.gypi |
+++ b/webrtc/supplement.gypi |
@@ -14,6 +14,11 @@ |
'mac_deployment_target%': '<(mac_deployment_target)', |
'use_sysroot%': '<(use_sysroot)', |
'build_with_chromium': 0, |
+ |
+ # iLBC isn't included by default, but in standalone WebRTC we want it |
+ # for testing. |
+ 'include_ilbc': 1, |
kjellander_webrtc
2016/01/12 16:23:27
ah, I missed this. Please make this (note the %):
kwiberg-webrtc
2016/01/14 10:59:31
This typo cost me at least half an hour. I couldn'
|
+ |
'conditions': [ |
['OS=="ios"', { |
# Default to using BoringSSL on iOS. |