Index: webrtc/common_video/common_video.gyp |
diff --git a/webrtc/common_video/common_video.gyp b/webrtc/common_video/common_video.gyp |
index fe14da1d2efe8bfbdf51dfdef0439f9c759e6dd9..4ef25388faf4f8ed44881492d8378ef714de1bac 100644 |
--- a/webrtc/common_video/common_video.gyp |
+++ b/webrtc/common_video/common_video.gyp |
@@ -37,6 +37,15 @@ |
# Need to add a directory normally exported by libyuv.gyp. |
'include_dirs': ['<(libyuv_dir)/include',], |
}], |
+ ['OS=="ios" or OS=="mac"', { |
+ 'link_settings': { |
+ 'xcode_settings': { |
+ 'OTHER_LDFLAGS': [ |
+ '-framework CoreVideo', |
+ ], |
+ }, |
+ }, |
+ }], |
], |
'sources': [ |
'i420_buffer_pool.cc', |