Add audio support

This commit is contained in:
dec05eba
2020-04-01 19:25:16 +02:00
parent 5e60805c36
commit 2fcd3ee3e5
5 changed files with 233 additions and 64 deletions

View File

@@ -9,7 +9,6 @@ include_dirs = ["/opt/cuda/targets/x86_64-linux/include"]
libs = ["/usr/lib/libcuda.so"]
[dependencies]
ffnvcodec = ">=9"
glew = ">=2"
glx = ">=1"
libavcodec = ">=58"
@@ -23,3 +22,5 @@ xdamage = "1"
glfw3 = "3"
alsa = "1"
libswresample = "3"