mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
meson: decklink: fix plugin filename
This commit is contained in:
parent
3ecf1d8fd1
commit
aceb64a21c
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ if libdl.found() and have_pthread_h
|
|||
endif
|
||||
|
||||
if build_decklink
|
||||
decklink = library('decklink',
|
||||
decklink = library('gstdecklink',
|
||||
decklink_sources,
|
||||
cpp_args : gst_plugins_bad_args + [ '-DGST_USE_UNSTABLE_API' ],
|
||||
link_args : decklink_ldflags + noseh_link_args,
|
||||
|
|
Loading…
Reference in a new issue