| Index: media/capture/BUILD.gn
|
| diff --git a/media/capture/BUILD.gn b/media/capture/BUILD.gn
|
| index 60bd899a4294d58baae2dcc8b5ed9ca6280e7a12..d0277040900b426568c6afb1faaf2d2b2b1bf7d8 100644
|
| --- a/media/capture/BUILD.gn
|
| +++ b/media/capture/BUILD.gn
|
| @@ -120,8 +120,10 @@ component("capture") {
|
| if (is_mac) {
|
| deps += [ "//third_party/decklink" ]
|
| libs = [
|
| + "AVFoundation.framework",
|
| "CoreFoundation.framework",
|
| "CoreGraphics.framework",
|
| + "CoreMedia.framework",
|
| "CoreVideo.framework",
|
| "Foundation.framework",
|
| ]
|
|
|