Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2022-10-12 21:14:45 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-10-12 22:09:53 +0300
commit3fe9e4a207f8da5d5f3996160a09a12ed19a2a3c (patch)
treeb0196ac4c62180e51ce18dde4c6cdd33aa873785 /meson.build
parent16c036e2ccc3bbb30e541c4be44cb16ea9093192 (diff)
ndi: Implement dynamic loading of the NDI SDK
And build the plugin on the CI and via meson.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 3d8ac24fb..c9d10bf5f 100644
--- a/meson.build
+++ b/meson.build
@@ -69,6 +69,7 @@ plugins = {
'gst-plugin-tracers': 'libgstrstracers',
'gst-plugin-webrtchttp': 'libgstwebrtchttp',
'gst-plugin-rtpav1': 'libgstrtpav1',
+ 'gst-plugin-ndi': 'libgstndi',
}
extra_env = {}