Index: webrtc/modules/modules.gyp |
diff --git a/webrtc/modules/modules.gyp b/webrtc/modules/modules.gyp |
index d1fcebbffcd998d4c02941a8b5aca56e58135295..9c221b1a4e6114ae0c69f6d4b85a3bffa414161c 100644 |
--- a/webrtc/modules/modules.gyp |
+++ b/webrtc/modules/modules.gyp |
@@ -45,6 +45,13 @@ |
}, { |
'desktop_capture_supported%': 0, |
}], |
+ ['use_third_party_h264==1', { |
+ 'videoprocessor_defines': [ |
+ 'WEBRTC_VIDEOPROCESSOR_H264_TESTS', |
+ ], |
+ }, { |
+ 'videoprocessor_defines': [], |
+ }], |
], |
}, |
'targets': [ |
@@ -69,6 +76,7 @@ |
], |
'defines': [ |
'<@(audio_coding_defines)', |
+ '<@(videoprocessor_defines)', |
], |
'sources': [ |
'audio_coding/test/APITest.cc', |