diff options
author | fiaxh <git@lightrise.org> | 2021-03-24 14:12:42 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2021-03-25 14:45:54 +0100 |
commit | ec35f95e13f4f2f756c81a35ded0980245acc5f4 (patch) | |
tree | e5920e372955091cfb511b42e034d505030594bd /plugins/rtp/CMakeLists.txt | |
parent | 4b230808b9566322fae8d1ef0d1a5cb3e8027d3b (diff) | |
download | dino-ec35f95e13f4f2f756c81a35ded0980245acc5f4.tar.gz dino-ec35f95e13f4f2f756c81a35ded0980245acc5f4.zip |
Add initial support for DTLS-SRTP
Diffstat (limited to 'plugins/rtp/CMakeLists.txt')
-rw-r--r-- | plugins/rtp/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rtp/CMakeLists.txt b/plugins/rtp/CMakeLists.txt index 5311fac3..8ce2a7c6 100644 --- a/plugins/rtp/CMakeLists.txt +++ b/plugins/rtp/CMakeLists.txt @@ -2,6 +2,7 @@ find_packages(RTP_PACKAGES REQUIRED Gee GLib GModule + GnuTLS GObject GTK3 Gst |