From 2f4f1a2caf69535dcd76181777f8fcc70e6f9b60 Mon Sep 17 00:00:00 2001 From: Andri Yngvason Date: Sat, 9 Jul 2022 16:38:15 +0000 Subject: [PATCH] meson_options: Enable h264 by default --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')