| 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 3fe032aa80b6b7e0d2d0ccb0f9ee89305b6e361b..1d493daa98271d77af90b4280552d73d9191e98f 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| @@ -62,9 +62,6 @@
|
| {
|
| 'target_name': 'webrtc_h264_video_toolbox',
|
| 'type': 'static_library',
|
| - 'dependencies': [
|
| - '<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv',
|
| - ],
|
| 'link_settings': {
|
| 'xcode_settings': {
|
| 'OTHER_LDFLAGS': [
|
| @@ -83,6 +80,11 @@
|
| 'h264_video_toolbox_nalu.cc',
|
| 'h264_video_toolbox_nalu.h',
|
| ],
|
| + 'conditions': [
|
| + ['build_libyuv==1', {
|
| + 'dependencies': ['<(DEPTH)/third_party/libyuv/libyuv.gyp:libyuv'],
|
| + }],
|
| + ],
|
| }, # webrtc_h264_video_toolbox
|
| ], # targets
|
| }], # OS=="ios"
|
|
|