diff options
author | hrxi <hrrrxi@gmail.com> | 2023-10-18 18:04:42 +0200 |
---|---|---|
committer | fiaxh <fiaxh@users.noreply.github.com> | 2023-11-13 22:27:50 +0100 |
commit | e93e14b12c852f2c78335139c12ffa3f56584c01 (patch) | |
tree | 7e0a8193f5988924979a8b5650ce377a95fae225 /plugins | |
parent | 86b101900c28a09ebc6bcbf212f9969f70ce51b7 (diff) | |
download | dino-e93e14b12c852f2c78335139c12ffa3f56584c01.tar.gz dino-e93e14b12c852f2c78335139c12ffa3f56584c01.zip |
rtp plugin doesn't depend on GnuTLS
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/rtp/CMakeLists.txt | 1 | ||||
-rw-r--r-- | plugins/rtp/meson.build | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/plugins/rtp/CMakeLists.txt b/plugins/rtp/CMakeLists.txt index 2f6f5eaf..83df5df8 100644 --- a/plugins/rtp/CMakeLists.txt +++ b/plugins/rtp/CMakeLists.txt @@ -4,7 +4,6 @@ find_packages(RTP_PACKAGES REQUIRED Gee GLib GModule - GnuTLS GObject GTK4 Gst diff --git a/plugins/rtp/meson.build b/plugins/rtp/meson.build index 06821c91..a222a05a 100644 --- a/plugins/rtp/meson.build +++ b/plugins/rtp/meson.build @@ -4,7 +4,6 @@ dependencies = [ dep_gee, dep_glib, dep_gmodule, - dep_gnutls, dep_gstreamer, dep_gstreamer_app, dep_gstreamer_audio, |