aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson_options.txt
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-05 02:06:11 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-05 02:06:11 +0200
commitb9d252214a46aa64047893cb557f060a8978b006 (patch)
tree63bafc0eb9d2a9b6bc23aa7242e81e0cac86794c /meson_options.txt
parent1869cf30519fc61c7f9852f8f25f8b1c2b2e8c3b (diff)
Add option to statically compile ffmpeg from source
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index d50e2db..23751b6 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -4,3 +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')