| Index: webrtc/media/media.gyp
|
| diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
|
| index f3f110267ccae2b9e4f7fe6edabf5855b28fdb68..ecd0a769c54d821fdd5e39bfd234b073b27ca46b 100644
|
| --- a/webrtc/media/media.gyp
|
| +++ b/webrtc/media/media.gyp
|
| @@ -125,6 +125,11 @@
|
| '<(DEPTH)/third_party/usrsctp/usrsctp.gyp:usrsctplib',
|
| ],
|
| }],
|
| + ['enable_intelligibility_enhancer==1', {
|
| + 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=1',],
|
| + }, {
|
| + 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=0',],
|
| + }],
|
| ['build_with_chromium==1', {
|
| 'dependencies': [
|
| '<(webrtc_root)/modules/modules.gyp:video_capture',
|
|
|