| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index 2d9e08d34733f4abd84f755503c1823292ba1fc0..5312e050549497b8dbc59c8203dd2e0663ae90da 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -139,7 +139,7 @@ source_set("webrtc_h264") {
|
| ]
|
|
|
| if (rtc_use_h264) {
|
| - defines += [ "WEBRTC_THIRD_PARTY_H264" ]
|
| + defines += [ "WEBRTC_USE_H264" ]
|
| if (rtc_initialize_ffmpeg) {
|
| defines += [ "WEBRTC_INITIALIZE_FFMPEG" ]
|
| }
|
|
|