Index: media/cast/cast.gyp |
diff --git a/media/cast/cast.gyp b/media/cast/cast.gyp |
index 1d6594fbfcaf0a63ef7425533c78dc046256b140..ef26fac1ec0025d999902f3901a0b855fed2f709 100644 |
--- a/media/cast/cast.gyp |
+++ b/media/cast/cast.gyp |
@@ -199,7 +199,19 @@ |
'sender/h264_vt_encoder.cc', |
'sender/h264_vt_encoder.h', |
], |
+ 'link_settings': { |
+ 'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', |
+ ], |
+ }, |
}], # OS=="ios" or OS=="mac" |
+ ['OS=="mac"', { |
+ 'link_settings': { |
+ 'libraries': [ |
+ '$(SDKROOT)/System/Library/Frameworks/AudioToolbox.framework', |
+ ], |
+ }, |
+ }], # OS=="mac" |
], # conditions |
}, |
{ |