aboutsummaryrefslogtreecommitdiff
path: root/project.conf
blob: 6738bed4e0e04b8431d37c6025ae5ccf24ca098b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "gpu-screen-recorder"
type = "executable"
version = "1.0.0"
platforms = ["posix"]

[config]
include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
libs = ["/usr/lib/libcuda.so"]

[define]
PULSEAUDIO = "1"

[dependencies]
glew = ">=2"
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
glfw3 = "3"

#alsa = "1"
libpulse-simple = ">=13"

libswresample = "3"