ext: add libmicrodns-based mdns device provider
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('gst_player_tests', type: 'boolean', value: false,
2        description: 'Enable GstPlayer tests that need network access')
3
4 # Feature options for plugins without external deps
5 option('accurip', type : 'feature', value : 'auto')
6 option('adpcmdec', type : 'feature', value : 'auto')
7 option('adpcmenc', type : 'feature', value : 'auto')
8 option('aiff', type : 'feature', value : 'auto')
9 option('asfmux', type : 'feature', value : 'auto')
10 option('audiobuffersplit', type : 'feature', value : 'auto')
11 option('audiofxbad', type : 'feature', value : 'auto')
12 option('audiolatency', type : 'feature', value : 'auto')
13 option('audiomixmatrix', type : 'feature', value : 'auto')
14 option('audiovisualizers', type : 'feature', value : 'auto')
15 option('autoconvert', type : 'feature', value : 'auto')
16 option('bayer', type : 'feature', value : 'auto')
17 option('camerabin2', type : 'feature', value : 'auto')
18 option('coloreffects', type : 'feature', value : 'auto')
19 option('debugutils', type : 'feature', value : 'auto')
20 option('dvbsuboverlay', type : 'feature', value : 'auto')
21 option('dvdspu', type : 'feature', value : 'auto')
22 option('faceoverlay', type : 'feature', value : 'auto')
23 option('festival', type : 'feature', value : 'auto')
24 option('fieldanalysis', type : 'feature', value : 'auto')
25 option('freeverb', type : 'feature', value : 'auto')
26 option('frei0r', type : 'feature', value : 'auto')
27 option('gaudieffects', type : 'feature', value : 'auto')
28 option('gdp', type : 'feature', value : 'auto')
29 option('geometrictransform', type : 'feature', value : 'auto')
30 option('id3tag', type : 'feature', value : 'auto')
31 option('inter', type : 'feature', value : 'auto')
32 option('interlace', type : 'feature', value : 'auto')
33 option('ivfparse', type : 'feature', value : 'auto')
34 option('ivtc', type : 'feature', value : 'auto')
35 option('jp2kdecimator', type : 'feature', value : 'auto')
36 option('jpegformat', type : 'feature', value : 'auto')
37 option('librfb', type : 'feature', value : 'auto')
38 option('midi', type : 'feature', value : 'auto')
39 option('mpegdemux', type : 'feature', value : 'auto')
40 option('mpegpsmux', type : 'feature', value : 'auto')
41 option('mpegtsdemux', type : 'feature', value : 'auto')
42 option('mpegtsmux', type : 'feature', value : 'auto')
43 option('mxf', type : 'feature', value : 'auto')
44 option('netsim', type : 'feature', value : 'auto')
45 option('onvif', type : 'feature', value : 'auto')
46 option('pcapparse', type : 'feature', value : 'auto')
47 option('pnm', type : 'feature', value : 'auto')
48 option('proxy', type : 'feature', value : 'auto')
49 option('rawparse', type : 'feature', value : 'auto')
50 option('removesilence', type : 'feature', value : 'auto')
51 option('rist', type : 'feature', value : 'auto')
52 option('rtp', type : 'feature', value : 'auto')
53 option('sdp', type : 'feature', value : 'auto')
54 option('segmentclip', type : 'feature', value : 'auto')
55 option('siren', type : 'feature', value : 'auto')
56 option('smooth', type : 'feature', value : 'auto')
57 option('speed', type : 'feature', value : 'auto')
58 option('subenc', type : 'feature', value : 'auto')
59 option('timecode', type : 'feature', value : 'auto')
60 option('videofilters', type : 'feature', value : 'auto')
61 option('videoframe_audiolevel', type : 'feature', value : 'auto')
62 option('videoparsers', type : 'feature', value : 'auto')
63 option('videosignal', type : 'feature', value : 'auto')
64 option('vmnc', type : 'feature', value : 'auto')
65 option('y4m', type : 'feature', value : 'auto')
66 option('yadif', type : 'feature', value : 'auto')
67
68 # Feature options for libraries that need external deps
69 option('opencv', type : 'feature', value : 'auto', description : 'OpenCV computer vision library support')
70
71 # Feature options for optional deps in plugins
72 option('wayland', type : 'feature', value : 'auto', description : 'Wayland plugin/library, support in the Vulkan plugin')
73 option('x11', type : 'feature', value : 'auto', description : 'X11 support in Vulkan, GL and rfb plugins')
74
75 # Feature options for plugins that need external deps
76 option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin')
77 option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin')
78 option('androidmedia', type : 'feature', value : 'auto', description : 'Video capture and codec plugins for Android')
79 option('applemedia', type : 'feature', value : 'auto', description : 'Video capture and codec access plugins for macOS and iOS')
80 option('assrender', type : 'feature', value : 'auto', description : 'ASS/SSA subtitle renderer plugin')
81 option('bluez', type : 'feature', value : 'auto', description : 'Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin')
82 option('bs2b', type : 'feature', value : 'auto', description : 'Bauer stereophonic-to-binaural audio plugin')
83 option('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin')
84 option('chromaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin')
85 option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, decoder, and overlay plugin')
86 option('colormanagement', type : 'feature', value : 'auto', description : 'Color management correction plugin')
87 option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin')
88 option('curl-ssh2', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin libssh2 support')
89 option('d3dvideosink', type : 'feature', value : 'auto', description : 'Direct3D video sink plugin')
90 option('d3d11', type : 'feature', value : 'auto', description : 'Direct3D11 plugin')
91 option('dash', type : 'feature', value : 'auto', description : 'DASH demuxer plugin')
92 option('dc1394', type : 'feature', value : 'auto', description : 'libdc1394 IIDC camera source plugin')
93 option('decklink', type : 'feature', value : 'auto', description : 'DeckLink audio/video source/sink plugin')
94 option('directfb', type : 'feature', value : 'auto', description : 'DirectFB video sink plugin')
95 option('directsound', type : 'feature', value : 'auto', description : 'Directsound audio source plugin')
96 option('dtls', type : 'feature', value : 'auto', description : 'DTLS encoder and decoder plugin')
97 option('dts', type : 'feature', value : 'auto', description : 'DTS audio decoder plugin')
98 option('dvb', type : 'feature', value : 'auto', description : 'DVB video bin and source plugin')
99 option('faac', type : 'feature', value : 'auto', description : 'Free AAC audio encoder plugin')
100 option('faad', type : 'feature', value : 'auto', description : 'Free AAC audio decoder plugin')
101 option('fbdev', type : 'feature', value : 'auto', description : 'Framebuffer video sink plugin')
102 option('fdkaac', type : 'feature', value : 'auto', description : 'Fraunhofer AAC audio codec plugin')
103 option('flite', type : 'feature', value : 'auto', description : 'Flite speech synthesizer source plugin')
104 option('fluidsynth', type : 'feature', value : 'auto', description : 'Fluidsynth MIDI decoder plugin')
105 option('gl', type : 'feature', value : 'auto', description : 'GStreamer OpenGL integration support (used by various plugins)')
106 option('gme', type : 'feature', value : 'auto', description : 'libgme gaming console music file decoder plugin')
107 option('gsm', type : 'feature', value : 'auto', description : 'GSM encoder/decoder plugin')
108 option('ipcpipeline', type : 'feature', value : 'auto', description : 'Inter-process communication plugin')
109 option('iqa', type : 'feature', value : 'auto', description : 'Image quality assessment plugin')
110 option('kate', type : 'feature', value : 'auto', description : 'Kate subtitle parser, tagger, and codec plugin')
111 option('kms', type : 'feature', value : 'auto', description : 'KMS video sink plugin')
112 option('ladspa', type : 'feature', value : 'auto', description : 'LADSPA plugin bridge')
113 option('libde265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video decoder plugin')
114 option('libmms', type : 'feature', value : 'auto', description : 'Microsoft multimedia server network source plugin')
115 option('lv2', type : 'feature', value : 'auto', description : 'LV2 audio plugin bridge')
116 option('microdns', type : 'feature', value : 'auto', description : 'libmicrodns-based device provider')
117 option('modplug', type : 'feature', value : 'auto', description : 'ModPlug audio decoder plugin')
118 option('mpeg2enc', type : 'feature', value : 'auto', description : 'mpeg2enc video encoder plugin')
119 option('mplex', type : 'feature', value : 'auto', description : 'mplex audio/video multiplexer plugin')
120 option('msdk', type : 'feature', value : 'auto', description : 'Intel Media SDK video encoder/decoder plugin')
121 option('musepack', type : 'feature', value : 'auto', description : 'libmpcdec Musepack decoder plugin')
122 option('neon', type : 'feature', value : 'auto', description : 'NEON HTTP source plugin')
123 option('nvcodec', type : 'feature', value : 'auto', description : 'NVIDIA GPU codec plugin')
124 option('ofa', type : 'feature', value : 'auto', description : 'Open Fingerprint Architecture library plugin')
125 option('openal', type : 'feature', value : 'auto', description : 'OpenAL plugin')
126 option('openexr', type : 'feature', value : 'auto', description : 'OpenEXR plugin')
127 option('openh264', type : 'feature', value : 'auto', description : 'H.264 video codec plugin')
128 option('openjpeg', type : 'feature', value : 'auto', description : 'JPEG2000 image codec plugin')
129 option('openmpt', type : 'feature', value : 'auto', description : 'OpenMPT module music library plugin')
130 option('openni2', type : 'feature', value : 'auto', description : 'OpenNI2 library plugin')
131 option('opensles', type : 'feature', value : 'auto', description : 'OpenSL ES audio source/sink plugin')
132 option('opus', type : 'feature', value : 'auto', description : 'OPUS audio parser plugin')
133 option('resindvd', type : 'feature', value : 'auto', description : 'Resin DVD playback plugin')
134 option('rsvg', type : 'feature', value : 'auto', description : 'SVG overlayer and image decoder plugin')
135 option('rtmp', type : 'feature', value : 'auto', description : 'RTMP video network source and sink plugin')
136 option('sbc', type : 'feature', value : 'auto', description : 'SBC bluetooth audio codec plugin')
137 option('sctp', type : 'feature', value : 'auto', description : 'SCTP plugin')
138 option('shm', type : 'feature', value : 'auto', description : 'Shared memory source/sink plugin')
139 option('smoothstreaming', type : 'feature', value : 'auto', description : 'Microsoft Smooth Streaming demuxer plugin')
140 option('sndfile', type : 'feature', value : 'auto', description : 'libsndfile plugin')
141 option('soundtouch', type : 'feature', value : 'auto', description : 'Audio pitch controller & BPM detection plugin')
142 option('spandsp', type : 'feature', value : 'auto', description : 'Packet loss concealment audio plugin')
143 option('srt', type : 'feature', value : 'auto', description : 'Secure, Reliable, Transport client/server network source/sink plugin')
144 option('srtp', type : 'feature', value : 'auto', description : 'Secure RTP codec plugin')
145 option('teletext', type : 'feature', value : 'auto', description : 'Teletext plugin')
146 option('tinyalsa', type : 'feature', value : 'auto', description : 'TinyALSA plugin')
147 option('transcode', type : 'feature', value : 'auto', description : 'Transcode plugin')
148 option('ttml', type : 'feature', value : 'auto', description : 'TTML subtitle parser and renderer plugin')
149 option('uvch264', type : 'feature', value : 'auto', description : 'UVC compliant H.264 camera source plugin')
150 option('voaacenc', type : 'feature', value : 'auto', description : 'AAC audio encoder plugin')
151 option('voamrwbenc', type : 'feature', value : 'auto', description : 'AMR-WB audio encoder plugin')
152 option('vulkan', type : 'feature', value : 'auto', description : 'Vulkan video sink plugin')
153 option('wasapi', type : 'feature', value : 'auto', description : 'Windows Audio Session API source/sink plugin')
154 option('webp', type : 'feature', value : 'auto', description : 'WebP image codec plugin')
155 option('webrtc', type : 'feature', value : 'auto', description : 'WebRTC audio/video network bin plugin')
156 option('webrtcdsp', type : 'feature', value : 'auto', description : 'Plugin with various audio filters provided by the WebRTC audio processing library')
157 option('wildmidi', type : 'feature', value : 'auto', description : 'WildMidi midi soft synth plugin')
158 option('winks', type : 'feature', value : 'auto', description : 'Windows Kernel Streaming video source plugin')
159 option('winscreencap', type : 'feature', value : 'auto', description : 'Windows Screen Capture video source plugin')
160 option('x265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video encoder plugin')
161 option('zbar', type : 'feature', value : 'auto', description : 'Barcode image scanner plugin')
162 option('wpe', type : 'feature', value : 'auto', description : 'WPE Web browser plugin')
163
164 # HLS plugin options
165 option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin')
166 option('hls-crypto', type : 'combo', value : 'auto', choices : ['auto', 'nettle', 'libgcrypt', 'openssl'],
167        description: 'Crypto library to use for HLS plugin')
168
169 # Common feature options
170 option('examples', type : 'feature', value : 'auto', yield : true)
171 option('tests', type : 'feature', value : 'auto', yield : true)
172 option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings')
173 option('nls', type : 'feature', value : 'auto', yield: true, description : 'Enable native language support (translations)')
174 option('orc', type : 'feature', value : 'auto', yield : true)
175 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
176        description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for stable releases)')
177 option('glib-asserts', type : 'feature', value : 'enabled', yield : true,
178        description: 'Enable GLib assertion (auto = enabled for development, disabled for stable releases)')
179 option('glib-checks', type : 'feature', value : 'enabled', yield : true,
180        description: 'Enable GLib checks such as API guards (auto = enabled for development, disabled for stable releases)')
181
182 # Common options
183 option('package-name', type : 'string', yield : true,
184        description : 'package name to use in plugins')
185 option('package-origin', type : 'string', value : 'Unknown package origin', yield : true,
186        description : 'package origin URL to use in plugins')
187 option('doc', type : 'feature', value : 'auto', yield: true,
188        description: 'Enable documentation.')