| 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..e82b0fd4cd39129a98709e1e139f8a6969124e2e 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_initialize_ffmpeg==1', {
|
| + 'defines': [
|
| + 'WEBRTC_INITIALIZE_FFMPEG',
|
| + ],
|
| + }],
|
| + ],
|
| 'dependencies': [
|
| '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg',
|
| '<(DEPTH)/third_party/openh264/openh264.gyp:openh264_encoder',
|
|
|