diff options
Diffstat (limited to 'project.conf')
-rw-r--r-- | project.conf | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/project.conf b/project.conf index 4532649..dafca97 100644 --- a/project.conf +++ b/project.conf @@ -8,9 +8,6 @@ platforms = ["posix"] include_dirs = ["/opt/cuda/targets/x86_64-linux/include"] libs = ["/usr/lib64/libcuda.so"] -[define] -PULSEAUDIO = "1" - [dependencies] glew = ">=2" libavcodec = ">=58" @@ -23,7 +20,6 @@ xcomposite = ">=0.2" # TODO: Remove this dependency, this is needed right now for glfwMakeContextCurrent glfw3 = "3" -#alsa = "1" -libpulse-simple = ">=13" +libpulse = ">=13" libswresample = ">=3" |