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

github.com/sdroege/gst-plugin-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-09-03 11:21:03 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-09-03 11:21:03 +0300
commit462d7aa81aec820d66ffb8e5f69b9d6f1783a153 (patch)
tree71b46ab5d4989cd68d3b55c3b868e566ccf4ada6 /meson.build
parent184f862307fec194f58f68fbe750e9fd94771d85 (diff)
meson: Fix gstwebrtc/gstsdp subproject usage
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index 4f7d38cd..0e985479 100644
--- a/meson.build
+++ b/meson.build
@@ -155,8 +155,8 @@ deps = [
['gstreamer-net-1.0', 'gstreamer', 'gst_net_dep', 'gst_net'],
['gstreamer-rtp-1.0', 'gst-plugins-base', 'rtp_dep', 'gst_rtp'],
['gstreamer-video-1.0', 'gst-plugins-base', 'video_dep', 'gstvideo'],
- ['gstreamer-sdp-1.0', 'gst-plugins-base', 'sdp_dep', 'gstsdp_dep'],
- ['gstreamer-webrtc-1.0', 'gst-plugins-bad', 'gstwebrtc_dep', 'gstwebrtc_dep'],
+ ['gstreamer-sdp-1.0', 'gst-plugins-base', 'sdp_dep', 'gstsdp'],
+ ['gstreamer-webrtc-1.0', 'gst-plugins-bad', 'gstwebrtc_dep', 'gstwebrtc'],
]
# Used to not lookup the same dependency multiple times which clutters logs