e4bd6c1ce4
In preparation of Windows support.
17 lines
1.2 KiB
Meson
17 lines
1.2 KiB
Meson
option('plugindir', type: 'string', value: 'lib/dino/plugins', description: 'Dino plugin directory')
|
|
|
|
option('crypto-backend', type: 'combo', choices: ['auto', 'openssl', 'gnutls'], value: 'auto', description: 'Preferred crypto backend')
|
|
|
|
option('plugin-http-files', type: 'feature', description: 'HTTP file upload')
|
|
option('plugin-ice', type: 'feature', description: '')
|
|
option('plugin-notification-sound', type: 'feature', description: 'Sound for chat notifications')
|
|
option('plugin-omemo', type: 'feature', description: 'End-to-end encryption')
|
|
option('plugin-openpgp', type: 'feature', description: 'End-to-end encryption using PGP')
|
|
option('plugin-rtp', type: 'feature', description: 'Voice/video calls')
|
|
|
|
option('plugin-rtp-h264', type: 'feature', value: 'disabled', description: 'H264 codec')
|
|
option('plugin-rtp-msdk', type: 'feature', value: 'disabled', description: 'Intel MediaSDK')
|
|
option('plugin-rtp-vaapi', type: 'feature', value: 'disabled', description: 'Video Acceleration API')
|
|
option('plugin-rtp-vp9', type: 'feature', value: 'disabled', description: 'VP9 codec')
|
|
option('plugin-rtp-webrtc-audio-processing', type: 'feature', description: 'Voice preprocessing')
|