[go: nahoru, domu]

blob: 21adf3b8120eab135df8f8444b56e16c2ec0796c [file] [log] [blame]
Avi Drissmanb06ae612022-10-08 19:24:311# Copyright 2014 The Chromium Authors
isherman8652b922014-09-23 04:45:402# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
isherman8652b922014-09-23 04:45:405if (is_mac) {
6 static_library("decklink") {
Nico Weber852532f2020-01-28 18:17:227 sources = [ "mac/include/DeckLinkAPIDispatch.cpp" ]
Robert Sesek5b55395c2020-07-01 19:25:138 frameworks = [
rsesek02aa51c2016-05-11 02:13:579 "CoreFoundation.framework",
10 "IOKit.framework",
11 ]
isherman8652b922014-09-23 04:45:4012 }
13}