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 /project.conf | |
parent | 4bfb095f8d4250e94a64be53858f5d0544944999 (diff) |
Add -fm 'content' option to match fps to captured content, only x11 window capture currently supported
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/project.conf b/project.conf index 9940827..a7e2757 100644 --- a/project.conf +++ b/project.conf @@ -16,6 +16,8 @@ x11 = ">=1" xcomposite = ">=0.2" xrandr = ">=1" xfixes = ">=2" +xdamage = ">=1" +xi = ">=1" libpulse = ">=13" libswresample = ">=3" libavfilter = ">=5" @@ -23,4 +25,4 @@ libva = ">=1" libcap = ">=2" libdrm = ">=2" wayland-egl = ">=15" -wayland-client = ">=1" +wayland-client = ">=1"
\ No newline at end of file |