2020-01-08 12:34:55 +00:00
|
|
|
[package]
|
|
|
|
name = "hardware-screen-recorder"
|
|
|
|
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
|
|
|
|
2020-01-08 12:34:55 +00:00
|
|
|
[dependencies]
|
|
|
|
ffnvcodec = ">=9"
|
|
|
|
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"
|
|
|
|
|
|
|
|
alsa = "1"
|