diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-04-01 19:25:16 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:41:11 +0200 |
commit | 2fcd3ee3e5dbf65841d5e457aa1a558fee471433 (patch) | |
tree | 3858678f2954b91f092ecbfe6b60c0a5f941585b /project.conf | |
parent | 5e60805c3681a705240d49a0c5c589ff65d7aa83 (diff) |
Add audio support
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 3 |
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 |