Skip to content
Snippets Groups Projects
Commit aa7f753f authored by Nirbheek Chauhan's avatar Nirbheek Chauhan :ant:
Browse files

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.
parent 9658e120
No related branches found
No related tags found
No related merge requests found
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment