mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-20 21:16:24 +00:00
meson: Always require the latest gst-rtsp-server
In the worst case, when building with gst-uninstalled, we will try to link against an older gst-rtsp-server provided by the system. Found by philn.
This commit is contained in:
parent
9658e12086
commit
aa7f753f8a
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ executable('gst-validate-media-check-' + apiversion,
|
|||
|
||||
rtsp_server_dep = dependency('gstreamer-rtsp-server-' + apiversion,
|
||||
fallback: ['gst-rtsp-server', 'gst_rtsp_server_dep'],
|
||||
version : gst_req,
|
||||
required: false)
|
||||
|
||||
if rtsp_server_dep.found()
|
||||
|
|
Loading…
Reference in a new issue