This commit is contained in:
2025-12-28 13:55:10 -08:00
commit 9b4219aa67
131 changed files with 32853 additions and 0 deletions

36
project.conf Normal file
View File

@ -0,0 +1,36 @@
[package]
name = "gpu-screen-recorder"
type = "executable"
version = "5.11.2"
platforms = ["posix"]
[config]
ignore_dirs = ["kms/server", "build", "debug-build", "plugin/examples"]
#error_on_warning = "true"
[define]
GSR_PORTAL = "1"
GSR_APP_AUDIO = "1"
[dependencies]
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
xrandr = ">=1"
xfixes = ">=2"
xdamage = ">=1"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
libva = ">=1"
libva-drm = ">=1"
libcap = ">=2"
libdrm = ">=2"
wayland-egl = ">=15"
wayland-client = ">=1"
dbus-1 = ">=1"
libpipewire-0.3 = ">=1"
libspa-0.2 = ">=0"
vulkan = ">=1"