| Index: webrtc/modules/video_coding/BUILD.gn
|
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn
|
| index cbfe8c091e8b1b1ca41a1e7d85bbad6e652dbee9..86c1da3bc19aa8848161efad6b44d7126d423bcb 100644
|
| --- a/webrtc/modules/video_coding/BUILD.gn
|
| +++ b/webrtc/modules/video_coding/BUILD.gn
|
| @@ -136,6 +136,19 @@ source_set("webrtc_h264") {
|
| deps = [
|
| "../../system_wrappers",
|
| ]
|
| +
|
| + if (use_third_party_h264) {
|
| + sources += [
|
| + "codecs/h264/h264_decoder_impl.cc",
|
| + "codecs/h264/h264_decoder_impl.h",
|
| + "codecs/h264/h264_encoder_impl.cc",
|
| + "codecs/h264/h264_encoder_impl.h",
|
| + ]
|
| + deps += [
|
| + "//third_party/ffmpeg:ffmpeg",
|
| + "//third_party/openh264:encoder",
|
| + ]
|
| + }
|
| }
|
|
|
| # TODO(tkchin): Source set for webrtc_h264_video_toolbox. Currently not
|
|
|