gpu-screen-recorder/project.conf

30 lines
520 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"
version = "1.0.0"
2020-01-08 12:34:55 +00:00
platforms = ["posix"]
2020-03-28 07:47:53 +00:00
[config]
include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
2020-03-29 07:10:24 +00:00
libs = ["/usr/lib/libcuda.so"]
2020-03-28 07:47:53 +00:00
[define]
PULSEAUDIO = "1"
2020-01-08 12:34:55 +00:00
[dependencies]
glew = ">=2"
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
#xdamage = "1"
2020-01-08 12:34:55 +00:00
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
2020-03-29 07:10:24 +00:00
glfw3 = "3"
#alsa = "1"
2020-11-24 12:57:44 +00:00
libpulse-simple = ">=13"
2020-04-01 17:25:16 +00:00
libswresample = "3"