| 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 1d493daa98271d77af90b4280552d73d9191e98f..9cb58a85986038272b2b2460e40e35dbefd07b0a 100644
|
| --- a/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| +++ b/webrtc/modules/video_coding/codecs/h264/h264.gypi
|
| @@ -62,6 +62,10 @@
|
| {
|
| 'target_name': 'webrtc_h264_video_toolbox',
|
| 'type': 'static_library',
|
| + 'includes': [ '../../../../build/objc_common.gypi' ],
|
| + 'dependencies': [
|
| + '<(webrtc_root)/base/base.gyp:rtc_base_objc',
|
| + ],
|
| 'link_settings': {
|
| 'xcode_settings': {
|
| 'OTHER_LDFLAGS': [
|
|
|