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:
Nirbheek Chauhan 2017-11-12 20:08:39 +05:30
parent 9658e12086
commit aa7f753f8a

View file

@ -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()