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"
|
2020-08-28 18:20:38 +00:00
|
|
|
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
|
|
|
|
2020-04-02 21:43:56 +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"
|
2020-08-31 02:19:11 +00:00
|
|
|
#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"
|
|
|
|
|
2020-08-28 18:20:38 +00:00
|
|
|
#alsa = "1"
|
2020-11-24 12:57:44 +00:00
|
|
|
libpulse-simple = ">=13"
|
2020-04-01 17:25:16 +00:00
|
|
|
|
2020-06-14 02:27:08 +00:00
|
|
|
libswresample = "3"
|