diff --git a/meson_options.txt b/meson_options.txt index c6cf9a3..0db3eb3 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -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('systemtap', type: 'boolean', value: false, description: 'Enable tracing using sdt') 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')