meson_options: Enable h264 by default
parent
863fb0ce80
commit
2f4f1a2caf
|
@ -5,4 +5,4 @@ option('jpeg', type: 'feature', value: 'auto', description: 'Enable JPEG compres
|
||||||
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
option('tls', type: 'feature', value: 'auto', description: 'Enable encryption & authentication')
|
||||||
option('systemtap', type: 'boolean', value: false, description: 'Enable tracing using sdt')
|
option('systemtap', type: 'boolean', value: false, description: 'Enable tracing using sdt')
|
||||||
option('gbm', type: 'feature', value: 'auto', description: 'Enable GBM integration')
|
option('gbm', type: 'feature', value: 'auto', description: 'Enable GBM integration')
|
||||||
option('h264', type: 'feature', value: 'disabled', description: 'Enable open h264 encoding (experimental)')
|
option('h264', type: 'feature', value: 'auto', description: 'Enable open h264 encoding')
|
||||||
|
|
Loading…
Reference in New Issue