diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 4b9ab7b50..c5355746e 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -65,6 +65,78 @@ option('vmnc', type : 'feature', value : 'auto') option('y4m', type : 'feature', value : 'auto') option('yadif', type : 'feature', value : 'auto') +# Feature options for libraries that need external deps +option('opencv', type : 'feature', value : 'auto', description : 'OpenCV computer vision library support') + +# Feature options for optional deps in plugins +option('wayland', type : 'feature', value : 'auto', description : 'Wayland plugin/library, support in the Vulkan plugin') +option('x11', type : 'feature', value : 'auto', description : 'X11 support in Vulkan, GL and rfb plugins') + +# Feature options for plugins that need external deps +option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin') +option('assrender', type : 'feature', value : 'auto', description : 'ASS/SSA subtitle renderer plugin') +option('bluez', type : 'feature', value : 'auto', description : 'Bluetooth audio A2DP/AVDTP sink, AVDTP source plugin') +option('bs2b', type : 'feature', value : 'auto', description : 'Bauer stereophonic-to-binaural audio plugin') +option('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin') +option('chromaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin') +option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, decoder, and overlay plugin') +option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin') +option('d3dvideosink', type : 'feature', value : 'auto', description : 'Direct3D video sink plugin') +option('dash', type : 'feature', value : 'auto', description : 'DASH demuxer plugin') +option('decklink', type : 'feature', value : 'auto', description : 'DeckLink audio/video source/sink plugin') +option('directfb', type : 'feature', value : 'auto', description : 'DirectFB video sink plugin') +option('directsound', type : 'feature', value : 'auto', description : 'Directsound audio source plugin') +option('dtls', type : 'feature', value : 'auto', description : 'DTLS encoder and decoder plugin') +option('dts', type : 'feature', value : 'auto', description : 'DTS audio decoder plugin') +option('dvb', type : 'feature', value : 'auto', description : 'DVB video bin and source plugin') +option('faac', type : 'feature', value : 'auto', description : 'Free AAC audio encoder plugin') +option('faad', type : 'feature', value : 'auto', description : 'Free AAC audio decoder plugin') +option('fbdev', type : 'feature', value : 'auto', description : 'Framebuffer video sink plugin') +option('fdkaac', type : 'feature', value : 'auto', description : 'Fraunhofer AAC audio codec plugin') +option('flite', type : 'feature', value : 'auto', description : 'Flite speech synthesizer source plugin') +option('fluidsynth', type : 'feature', value : 'auto', description : 'Fluidsynth MIDI decoder plugin') +option('gl', type : 'feature', value : 'auto', description : 'GStreamer OpenGL mixer plugin') +option('gsm', type : 'feature', value : 'auto', description : 'GSM encoder/decoder plugin') +option('ipcpipeline', type : 'feature', value : 'auto', description : 'Inter-process communication plugin') +option('iqa', type : 'feature', value : 'auto', description : 'Image quality assessment plugin') +option('kate', type : 'feature', value : 'auto', description : 'Kate subtitle parser, tagger, and codec plugin') +option('kms', type : 'feature', value : 'auto', description : 'KMS video sink plugin') +option('ladspa', type : 'feature', value : 'auto', description : 'LADSPA plugin bridge') +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('mpeg2enc', type : 'feature', value : 'auto', description : 'mpeg2enc video encoder plugin') +option('mplex', type : 'feature', value : 'auto', description : 'mplex audio/video multiplexer plugin') +option('openh264', type : 'feature', value : 'auto', description : 'H.264 video codec plugin') +option('openjpeg', type : 'feature', value : 'auto', description : 'JPEG2000 image codec plugin') +option('opus', type : 'feature', value : 'auto', description : 'OPUS audio parser plugin') +option('resindvd', type : 'feature', value : 'auto', description : 'Resin DVD playback plugin') +option('rsvg', type : 'feature', value : 'auto', description : 'SVG overlayer and image decoder plugin') +option('rtmp', type : 'feature', value : 'auto', description : 'RTMP video network source and sink plugin') +option('sbc', type : 'feature', value : 'auto', description : 'SBC bluetooth audio codec plugin') +option('shm', type : 'feature', value : 'auto', description : 'Shared memory source/sink plugin') +option('smoothstreaming', type : 'feature', value : 'auto', description : 'Microsoft Smooth Streaming demuxer plugin') +option('soundtouch', type : 'feature', value : 'auto', description : 'Audio pitch controller & BPM detection plugin') +option('spandsp', type : 'feature', value : 'auto', description : 'Packet loss concealment audio plugin') +option('srt', type : 'feature', value : 'auto', description : 'Secure, Reliable, Transport client/server network source/sink plugin') +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('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') +option('webp', type : 'feature', value : 'auto', description : 'WebP image codec plugin') +option('webrtc', type : 'feature', value : 'auto', description : 'WebRTC audio/video network bin plugin') +option('webrtcdsp', type : 'feature', value : 'auto', description : 'Plugin with various audio filters provided by the WebRTC audio processing library') +option('winscreencap', type : 'feature', value : 'auto', description : 'Windows Screen Capture video source plugin') +option('x265', type : 'feature', value : 'auto', description : 'HEVC/H.265 video encoder plugin') +option('zbar', type : 'feature', value : 'auto', description : 'Barcode image scanner plugin') + +# HLS plugin options +option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin') +option('hls-crypto', type : 'combo', value : 'auto', choices : ['auto', 'nettle', 'libgcrypt', 'openssl'], + description: 'Crypto library to use for HLS plugin') + # Common feature options option('examples', type : 'feature', value : 'auto', yield : true) option('introspection', type : 'feature', value : 'auto', yield : true, description : 'Generate gobject-introspection bindings') |