aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-04-01 19:25:16 +0200
committerdec05eba <dec05eba@protonmail.com>2020-06-21 14:41:11 +0200
commit2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (patch)
tree3858678f2954b91f092ecbfe6b60c0a5f941585b /project.conf
parent5e60805c3681a705240d49a0c5c589ff65d7aa83 (diff)
Add audio support
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/project.conf b/project.conf
index 651def6..816b703 100644
--- a/project.conf
+++ b/project.conf
@@ -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" \ No newline at end of file