diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-06-21 22:18:23 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-06-21 22:18:23 +0200 |
commit | ab78e5687297ff5c27dc8b33e7d9f93a873af34f (patch) | |
tree | 7cc47a66a5408d8ccb73430b214c8aa703038ded /meson.build | |
parent | 4bfb095f8d4250e94a64be53858f5d0544944999 (diff) |
Add -fm 'content' option to match fps to captured content, only x11 window capture currently supported
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index e41cfa0..a188f16 100644 --- a/meson.build +++ b/meson.build @@ -38,6 +38,8 @@ dep = [ dependency('xcomposite'), dependency('xrandr'), dependency('xfixes'), + dependency('xdamage'), + dependency('xi'), dependency('libpulse'), dependency('libswresample'), dependency('libavfilter'), |