summaryrefslogtreecommitdiffstats
path: root/third_party/decklink/BUILD.gn
blob: 6847d9c24d8b7f94ddc6dcc181d6160ee844bded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# GYP version: //third_party/decklink/decklink.gyp:decklink
if (is_mac) {
  static_library("decklink") {
    sources = [
      "mac/include/DeckLinkAPIDispatch.cpp",
    ]
  }
}