summaryrefslogtreecommitdiffstats
path: root/third_party/libjingle/libjingle.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/libjingle/libjingle.gyp')
-rw-r--r--third_party/libjingle/libjingle.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index 7531ae6..8c6291e 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -18,6 +18,8 @@
'HAVE_WEBRTC_VIDEO',
'HAVE_WEBRTC_VOICE',
'NO_SOUND_SYSTEM',
+ 'HAVE_SRTP',
+ 'SRTP_RELATIVE_PATH',
],
'configurations': {
'Debug': {
@@ -588,6 +590,7 @@
['OS!="android"', {
'dependencies': [
# We won't build with WebRTC on Android.
+ '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
'<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_module',
'<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module',
'<(DEPTH)/third_party/webrtc/video_engine/video_engine.gyp:video_engine_core',