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