2020-05-27 21:59:34 +00:00
|
|
|
option('benchmarks', type: 'boolean', value: false, description: 'Build benchmarks')
|
2020-04-10 12:35:05 +00:00
|
|
|
option('examples', type: 'boolean', value: false, description: 'Build examples')
|
2022-02-10 21:52:34 +00:00
|
|
|
option('tests', type: 'boolean', value: false, description: 'Build unit tests')
|
2020-07-11 20:16:27 +00:00
|
|
|
option('jpeg', type: 'feature', value: 'auto', description: 'Enable JPEG compression')
|
2020-01-25 15:31:22 +00:00
|
|
|
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
2023-04-06 21:02:01 +00:00
|
|
|
option('nettle', type: 'feature', value: 'auto', description: 'Enable nettle low level encryption library')
|
2020-06-27 23:21:34 +00:00
|
|
|
option('systemtap', type: 'boolean', value: false, description: 'Enable tracing using sdt')
|
2021-09-12 18:01:58 +00:00
|
|
|
option('gbm', type: 'feature', value: 'auto', description: 'Enable GBM integration')
|
2022-07-09 16:38:15 +00:00
|
|
|
option('h264', type: 'feature', value: 'auto', description: 'Enable open h264 encoding')
|
2024-02-25 10:59:54 +00:00
|
|
|
option('experimental', type: 'boolean', value: false, description: 'Enable experimental features')
|