meson_options: Enable h264 by default

pull/65/head
Andri Yngvason 2022-07-09 16:38:15 +00:00
parent 863fb0ce80
commit 2f4f1a2caf
1 changed files with 1 additions and 1 deletions

View File

@ -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')