summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-12-15 18:24:11 +0000
committerSebastian Dröge <slomo@coaxion.net>2018-12-17 09:12:53 +0000
commit807227cef23e46190864779759f5e94e3c9d062f (patch)
tree4be9d563a4fd55ac0c701ea0c65e58bbb537043e /meson_options.txt
parentee7e3f7bc73e181e4357e1192b69ac520ee66a95 (diff)
downloadgstreamer-plugins-bad-807227cef23e46190864779759f5e94e3c9d062f.tar.gz
meson: build vcdsrc plugin
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 2997bb41f..49b378795 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -132,6 +132,7 @@ option('srt', type : 'feature', value : 'auto', description : 'Secure, Reliable,
option('srtp', type : 'feature', value : 'auto', description : 'Secure RTP codec plugin')
option('ttml', type : 'feature', value : 'auto', description : 'TTML subtitle parser and renderer plugin')
option('uvch264', type : 'feature', value : 'auto', description : 'UVC compliant H.264 camera source plugin')
+option('vcd', type : 'feature', value : 'auto', description : 'VCD source plugin')
option('voaacenc', type : 'feature', value : 'auto', description : 'AAC audio encoder plugin')
option('vulkan', type : 'feature', value : 'auto', description : 'Vulkan video sink plugin')
option('wasapi', type : 'feature', value : 'auto', description : 'Windows Audio Session API source/sink plugin')