summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2019-09-17 01:52:54 +0200
committerMathieu Duponchelle <mduponchelle1@gmail.com>2019-10-08 12:28:01 +0000
commit75f47ee5e44ed3ad25e0fb765d38d6163fab9ad6 (patch)
tree81db47c51d2cb1b3b75c77bf5535dcee885338cb /meson_options.txt
parent4525f8707f9128a512b6758791849ddda29c0eb9 (diff)
downloadgstreamer-plugins-bad-75f47ee5e44ed3ad25e0fb765d38d6163fab9ad6.tar.gz
ext: add libmicrodns-based mdns device provider
The provider for now only detects and handles rtsp devices, but more protocols should be easy to add.
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 ab9801679..9388011e5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -113,6 +113,7 @@ option('ladspa', type : 'feature', value : 'auto', description : 'LADSPA plugin
option('libde265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video decoder plugin')
option('libmms', type : 'feature', value : 'auto', description : 'Microsoft multimedia server network source plugin')
option('lv2', type : 'feature', value : 'auto', description : 'LV2 audio plugin bridge')
+option('microdns', type : 'feature', value : 'auto', description : 'libmicrodns-based device provider')
option('modplug', type : 'feature', value : 'auto', description : 'ModPlug audio decoder plugin')
option('mpeg2enc', type : 'feature', value : 'auto', description : 'mpeg2enc video encoder plugin')
option('mplex', type : 'feature', value : 'auto', description : 'mplex audio/video multiplexer plugin')