[go: nahoru, domu]

blob: 4c0fa42693fb36276136a4e59726abbe7359a0a4 [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" ]
rsesek02aa51c2016-05-11 02:13:578 libs = [
9 "CoreFoundation.framework",
10 "IOKit.framework",
11 ]
isherman8652b922014-09-23 04:45:4012 }
13}