Chromium Code Reviews| Index: webrtc/modules/video_coding/BUILD.gn |
| diff --git a/webrtc/modules/video_coding/BUILD.gn b/webrtc/modules/video_coding/BUILD.gn |
| index 115ed3588b90e30a5130517583c85e6e3f3eb4dc..9117a6744580f31fec4f6b9482b8227537f4875d 100644 |
| --- a/webrtc/modules/video_coding/BUILD.gn |
| +++ b/webrtc/modules/video_coding/BUILD.gn |
| @@ -140,6 +140,9 @@ source_set("webrtc_h264") { |
| if (rtc_use_h264) { |
| defines += [ "WEBRTC_THIRD_PARTY_H264" ] |
| + if (!rtc_skip_ffmpeg_init) { |
|
stefan-webrtc
2016/01/27 14:00:38
Doesn't it make more sense to call this rtc_init_f
hbos
2016/01/28 10:31:09
Yeah you're right, heh, I made it that way so I co
|
| + defines += [ "WEBRTC_INITIALIZE_FFMPEG" ] |
| + } |
| sources += [ |
| "codecs/h264/h264_decoder_impl.cc", |
| "codecs/h264/h264_decoder_impl.h", |