[go: nahoru, domu]

blob: 2ca860e2b838eb947d1f53b00656000663d16e43 [file] [log] [blame]
isherman8652b922014-09-23 04:45:401# Copyright 2014 The Chromium Authors. All rights reserved.
2# 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}