gpu-screen-recorder/project.conf

30 lines
527 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 = "0.1.0"
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"
glx = ">=1"
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
x11 = ">=1"
xcomposite = ">=0.2"
xdamage = "1"
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
2020-03-29 07:10:24 +00:00
glfw3 = "3"
2020-03-31 21:37:39 +00:00
alsa = "1"
libpulse-simple = "13"
2020-04-01 17:25:16 +00:00
libswresample = "3"