2018-07-12 14:14:33 +00:00
|
|
|
option('python', type : 'feature', value : 'auto')
|
2018-11-06 11:02:34 +00:00
|
|
|
option('libav', type : 'feature', value : 'auto')
|
2019-04-05 13:27:37 +00:00
|
|
|
option('libnice', type : 'feature', value : 'auto')
|
2018-07-12 14:14:33 +00:00
|
|
|
option('ugly', type : 'feature', value : 'auto')
|
|
|
|
option('bad', type : 'feature', value : 'auto')
|
|
|
|
option('devtools', type : 'feature', value : 'auto')
|
|
|
|
option('ges', type : 'feature', value : 'auto')
|
|
|
|
option('rtsp_server', type : 'feature', value : 'auto')
|
|
|
|
option('omx', type : 'feature', value : 'disabled')
|
|
|
|
option('vaapi', type : 'feature', value : 'auto')
|
2018-07-12 23:11:41 +00:00
|
|
|
option('sharp', type : 'feature', value : 'disabled')
|
2017-03-07 23:31:26 +00:00
|
|
|
option('custom_subprojects', type : 'string', value : '', description : 'Comma-separated project names')
|
2019-11-02 16:18:27 +00:00
|
|
|
option('gst-examples', type : 'feature', value : 'auto', description : 'Build gst-examples')
|
2018-05-05 14:55:52 +00:00
|
|
|
|
|
|
|
# Common options, automatically inherited by subprojects
|
2018-07-25 14:06:20 +00:00
|
|
|
option('examples', type : 'feature', value : 'auto', description : 'Build examples')
|
|
|
|
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
|
2018-11-22 15:16:48 +00:00
|
|
|
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
|
2019-01-29 01:58:21 +00:00
|
|
|
option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')
|
2018-10-28 14:06:35 +00:00
|
|
|
option('doc', type : 'feature', value : 'auto', description : 'Generate API documentation with hotdoc')
|
2019-09-18 15:22:19 +00:00
|
|
|
option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
|