aboutsummaryrefslogtreecommitdiff
path: root/project.conf
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-20 03:39:15 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-20 03:39:15 +0200
commit919890b7b2eb16fc57439e6c9b8b28183febc467 (patch)
treedd8bb3f83e1f8edd9cfe9b51df5fba41356fe91f /project.conf
parent9f2ddf380291f34ce03fd9af3c10751192a884c2 (diff)
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
Diffstat (limited to 'project.conf')
-rw-r--r--project.conf6
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"