gpu-screen-recorder/project.conf
2020-03-29 09:10:24 +02:00

26 lines
494 B
Plaintext

[package]
name = "hardware-screen-recorder"
type = "executable"
version = "0.1.0"
platforms = ["posix"]
[config]
include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
libs = ["/usr/lib/libcuda.so"]
[dependencies]
ffnvcodec = ">=9"
glew = ">=2"
glx = ">=1"
libavcodec = ">=58"
libavformat = ">=58"
libavutil = ">=56.2"
OpenCL = ">=2"
x11 = ">=1"
xcomposite = ">=0.2"
xdamage = "1"
# TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent
glfw3 = "3"
alsa = "1"