Initial commit

This commit is contained in:
2026-06-18 10:56:59 +03:00
commit 6010749e51
6 changed files with 95 additions and 0 deletions
@@ -0,0 +1,24 @@
From 1f998f5d6d77674dad01b181811638578ad68242 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <[email protected]>
Date: Sun, 15 Jan 2017 12:15:07 -0500
Subject: [PATCH] pulse: fix missing include warning for nanosleep
---
src/plugins/pulse/ao_pulse.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/plugins/pulse/ao_pulse.c b/src/plugins/pulse/ao_pulse.c
index 9835273..2d10d57 100644
--- a/src/plugins/pulse/ao_pulse.c
+++ b/src/plugins/pulse/ao_pulse.c
@@ -30,6 +30,7 @@
#include <assert.h>
#include <string.h>
#include <signal.h>
+#include <time.h>
#include <limits.h>
#include <pulse/pulseaudio.h>
--
GitLab
+3
View File
@@ -0,0 +1,3 @@
default_driver=alsa
dev=default
quiet