diff options
| author | dec05eba <dec05eba@protonmail.com> | 2026-08-18 03:00:37 +0200 |
|---|---|---|
| committer | dec05eba <dec05eba@protonmail.com> | 2026-08-18 03:00:37 +0200 |
| commit | e9f9cf02071d5cbaaf3c0e59c344e58f506bd6fb (patch) | |
| tree | 5e9a28bf9aa56bf205d3051488ccf367c3c37000 /meson_options.txt | |
| parent | 795685ceb5eda9e2a0007619d7e4b5de30773d43 (diff) | |
Enable ffmpeg_static by default in release builds to support gtx 1080 and older nvidia gpus
Diffstat (limited to 'meson_options.txt')
| -rw-r--r-- | meson_options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 23751b6..74f5bb0 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -4,4 +4,4 @@ option('nvidia_suspend_fix', type : 'boolean', value : true, description : 'Inst option('portal', type : 'boolean', value : true, description : 'Build with support for xdg desktop portal ScreenCast capture (wayland only) (-w portal option). Requires pipewire') option('app_audio', type : 'boolean', value : true, description : 'Build with support for recording a single audio source (-a app: option). Requires pipewire') option('plugin_examples', type : 'boolean', value : false, description : 'Build plugin examples') -option('ffmpeg_static', type : 'boolean', value : false, description : 'Download and build a minimal ffmpeg and the libraries it depends on from source with lto and link them statically into gpu-screen-recorder instead of using the system ffmpeg. Requires make, nasm, cmake and perl') +option('ffmpeg_static', type : 'combo', choices : ['auto', 'true', 'false'], value : 'auto', description : 'Download and build a minimal ffmpeg and the libraries it depends on from source with lto and link them statically into gpu-screen-recorder instead of using the system ffmpeg. Requires make, nasm, cmake and perl. Set to auto to enable this in release builds and disable it in every other build type') |
