mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
decklink: Add to the meson Windows build
This commit is contained in:
parent
4cdd234add
commit
dd4f14fd68
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ if libdl.found() and have_pthread_h
|
|||
decklink_sources += ['osx/DeckLinkAPIDispatch.cpp']
|
||||
decklink_ldflags = '-Wl,-framework,CoreFoundation'
|
||||
build_decklink = true
|
||||
elif host_machine.system() == 'windows'
|
||||
decklink_sources += ['win/DeckLinkAPIDispatch.cpp', 'win/DeckLinkAPI_i.c']
|
||||
decklink_ldflags = '-Wl,-framework,CoreFoundation'
|
||||
build_decklink = true
|
||||
else
|
||||
message('Not building decklink plugin for system ' + host_machine.system())
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue