| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index 8ff2bcbe63ce0d6b9fe1d23928501fe9e9a80033..bdf5baddcfa16580800e6427c5df00f14023d432 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -436,7 +436,7 @@ if (rtc_include_tests) {
|
| ]
|
|
|
| if (rtc_use_h264) {
|
| - defines = [ "WEBRTC_VIDEOPROCESSOR_H264_TESTS" ]
|
| + defines = [ "WEBRTC_USE_H264" ]
|
| }
|
|
|
| if (!build_with_chromium && is_clang) {
|
|
|