Chromium Code Reviews| Index: webrtc/modules/video_coding/codecs/h264/h264.gypi |
| diff --git a/webrtc/modules/video_coding/codecs/h264/h264.gypi b/webrtc/modules/video_coding/codecs/h264/h264.gypi |
| index e82b0fd4cd39129a98709e1e139f8a6969124e2e..185c23de16e070bd36f99fabc2c931da71446a3c 100644 |
| --- a/webrtc/modules/video_coding/codecs/h264/h264.gypi |
| +++ b/webrtc/modules/video_coding/codecs/h264/h264.gypi |
| @@ -23,9 +23,12 @@ |
| 'h264_objc.mm', |
| ], |
| }], |
| + # TODO(hbos): Consider renaming this flag and the below macro to |
| + # something which helps distinguish OpenH264/FFmpeg from other H264 |
| + # implementations. |
| ['rtc_use_h264==1', { |
| 'defines': [ |
| - 'WEBRTC_THIRD_PARTY_H264', |
| + 'WEBRTC_USE_H264', |
| ], |
| 'conditions': [ |
| ['rtc_initialize_ffmpeg==1', { |