aboutsummaryrefslogtreecommitdiffhomepage
path: root/meson.build
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2026-08-18 02:37:02 +0200
committerdec05eba <dec05eba@protonmail.com>2026-08-18 02:37:02 +0200
commit795685ceb5eda9e2a0007619d7e4b5de30773d43 (patch)
treecde542b35d867cab934ac46b1617714190d2d1ca /meson.build
parent2d1e291b5e45d1a1f084ce9a547fab276ed74973 (diff)
nvenc query check ffmpeg nvenc version as well
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 5a514fe..ffcadeb 100644
--- a/meson.build
+++ b/meson.build
@@ -76,6 +76,7 @@ m_dep = cc.find_library('m', required : true)
# Overrides the libav* dependencies below with a statically linked ffmpeg built from source.
if get_option('ffmpeg_static') == true
subproject('ffmpeg')
+ add_project_arguments('-DGSR_FFMPEG_STATIC', language : 'c')
endif
dep = [