From 919890b7b2eb16fc57439e6c9b8b28183febc467 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 20 Sep 2022 03:39:15 +0200 Subject: Fix replay video/audio desync, fix dummy audio when dropping audio input, give each audio stream a new name so it can be replaced with pipewire graphs --- project.conf | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'project.conf') 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" -- cgit v1.2.3