gpu-screen-recorder/project.conf

23 lines
382 B
Plaintext
Raw Normal View History

2020-01-08 12:34:55 +00:00
[package]
2020-03-31 21:37:39 +00:00
name = "gpu-screen-recorder"
2020-01-08 12:34:55 +00:00
type = "executable"
2023-04-18 20:24:24 +00:00
version = "2.1.0"
2020-01-08 12:34:55 +00:00
platforms = ["posix"]
2023-04-07 03:31:46 +00:00
[config]
ignore_dirs = ["kms/server"]
2023-04-07 03:31:46 +00:00
2020-01-08 12:34:55 +00:00
[dependencies]
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
xrandr = ">=1"
libpulse = ">=13"
libswresample = ">=3"
libavfilter = ">=5"
2023-04-08 00:19:47 +00:00
libva = ">=1"
libcap = ">=2"
xfixes = ">=2"
libdrm = ">=2"