Fix compile error with old vulkan header: ifdef check vulkan video encoding

This commit is contained in:
dec05eba
2026-04-19 00:42:00 +02:00
parent 2f4a906b78
commit 5d03193f29
4 changed files with 23 additions and 2 deletions

3
TODO
View File

@@ -413,3 +413,6 @@ Allow av1 in the flatpak. Do that by patching ffmpeg to support multiple nvenc c
Increase qp on av1 non-nvidia, decrease qp on h264 nvidia. For vulkan.
Check if the vulkan codec query works on nvidia x11.
Fix webcam capture on nvidia x11. It doesn't work when capturing a webcam at the same time as capturing the monitor (nvfbc) because nvfbc requires glx context active (in older nvfbc version, works with egl in newer version)
while v4l2 requires egl. All other capture methods require egl so they cant be used together with nvfbc.