summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2016-10-27 00:30:32 +0100
committerTim-Philipp Müller <tim@centricular.com>2016-10-27 00:30:32 +0100
commit0b560fb18753f6a41057e6ce8755eef99678322e (patch)
tree49865151e355c2dc11a92691ce4ae7076286ba86 /meson_options.txt
parent9a8ab306b7d300c85358972095ae8bb2b5ce3189 (diff)
downloadgstreamer-0b560fb18753f6a41057e6ce8755eef99678322e.tar.gz
Add gst-rtsp-server
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 63d41bf708..049ec4e352 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +4,4 @@ option('disable_gst_plugins_ugly', type : 'boolean', value : false)
option('disable_gst_plugins_bad', type : 'boolean', value : false)
option('disable_gst_devtools', type : 'boolean', value : false)
option('disable_gst_editing_services', type : 'boolean', value : false)
+option('disable_rtsp_server', type : 'boolean', value : false)