| 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 0e80561bdfddd54ea6165908d7e7816917935a35..49a71a15d1a8a8a6b89b59cb5932ef289ed923ba 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| @@ -27,6 +27,13 @@
|
| 'defines': [
|
| 'WEBRTC_THIRD_PARTY_H264',
|
| ],
|
| + 'conditions': [
|
| + ['rtc_skip_ffmpeg_init==0', {
|
| + 'defines': [
|
| + 'WEBRTC_INITIALIZE_FFMPEG',
|
| + ],
|
| + }],
|
| + ],
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
|
| '<(DEPTH)/third_party/openh264/openh264.gyp:openh264_encoder',
|
|
|