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 a20865c3aaa55ceb414dfa5ce3c7981f6183a146..ed408af4d1548f363463e5124508615bf7b69b93 100644 |
| --- a/webrtc/modules/video_coding/codecs/h264/h264.gypi |
| +++ b/webrtc/modules/video_coding/codecs/h264/h264.gypi |
| @@ -23,6 +23,21 @@ |
| 'h264_objc.mm', |
| ], |
| }], |
| + ['use_third_party_h264==1', { |
| + 'defines': [ |
| + 'WEBRTC_THIRD_PARTY_H264', |
| + ], |
| + 'dependencies': [ |
| + '<(DEPTH)/third_party/openh264/openh264.gyp:openh264_encoder', |
|
kjellander_webrtc
2016/01/08 07:56:24
Sort alphabetically
hbos
2016/01/11 16:21:53
Done.
|
| + '<(DEPTH)/third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
| + ], |
| + 'sources': [ |
| + 'h264_decoder_impl.cc', |
| + 'h264_decoder_impl.h', |
| + 'h264_encoder_impl.cc', |
| + 'h264_encoder_impl.h', |
| + ], |
| + }], |
| ], |
| 'sources': [ |
| 'h264.cc', |