mirror of
https://repo.dec05eba.com/gpu-screen-recorder
synced 2026-05-07 15:19:55 +09:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user