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 /Cargo.toml
parent16c036e2ccc3bbb30e541c4be44cb16ea9093192 (diff)
ndi: Implement dynamic loading of the NDI SDK
And build the plugin on the CI and via meson.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 785746277..711e9c4e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,6 +57,7 @@ default-members = [
"net/reqwest",
"net/rtpav1",
"net/webrtc-http",
+ "net/ndi",
"text/ahead",
"text/json",
"text/regex",