From a7b7ca5a5978ae9fa312d45f6182f29e0b71a41c Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 27 May 2020 09:59:16 -0400 Subject: [PATCH] Notify that gst-rts-server has plugin Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4302eef809..e0a59ee1e3 100644 --- a/meson.build +++ b/meson.build @@ -62,7 +62,7 @@ subprojects = [ ['gst-plugins-bad', { 'option': get_option('bad'), 'build-hotdoc': true, 'has-plugins': true}], ['gst-plugins-ugly', { 'option': get_option('ugly'), 'build-hotdoc': true, 'has-plugins': true}], ['gst-libav', { 'option': get_option('libav'), 'build-hotdoc': true, 'has-plugins': true}], - ['gst-rtsp-server', { 'option': get_option('rtsp_server'), 'build-hotdoc': true }], + ['gst-rtsp-server', { 'option': get_option('rtsp_server'), 'build-hotdoc': true , 'has-plugins': true}], ['gst-devtools', { 'option': get_option('devtools'), 'build-hotdoc': true }], ['gst-integration-testsuites', { 'option': get_option('devtools') }], ['gst-editing-services', { 'option': get_option('ges'), 'build-hotdoc': true, 'has-plugins': true}],