summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-26 17:03:18 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2016-10-26 17:03:18 -0300
commit3875f0c705290fca31a1e83586a25a17645c6713 (patch)
tree468fe3d2ad884c67f7e74d6337990f6137b88d09 /meson_options.txt
parentaca3e8c96e773f6aa2904a4d7e4b2ef7eb5c5aec (diff)
downloadgstreamer-3875f0c705290fca31a1e83586a25a17645c6713.tar.gz
Add options to disable some modules
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index a3a3ebc0c6..63d41bf708 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1 +1,6 @@
option('enable_python', type : 'boolean', value : false)
+option('disable_gst_libav', type : 'boolean', value : false)
+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)