mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Added upstream patch to fix a missing include, autobuild did not record
any build errors but Arch Linux provides the patch:
bad3196d4e
Switched to gitlab tarball because the previous site does not provide a
tarball for version 1.2.2 which was tagged in 2016:
https://gitlab.xiph.org/xiph/libao/-/tags/1.2.2
Added autoreconf due to usage of gitlab tarball which does not contain
a configure script.
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Julien Olivain <ju.o@free.fr>
28 lines
774 B
Diff
28 lines
774 B
Diff
From 1f998f5d6d77674dad01b181811638578ad68242 Mon Sep 17 00:00:00 2001
|
|
From: Tristan Matthews <tmatth@videolan.org>
|
|
Date: Sun, 15 Jan 2017 12:15:07 -0500
|
|
Subject: [PATCH] pulse: fix missing include warning for nanosleep
|
|
|
|
Upstream: https://gitlab.xiph.org/xiph/libao/-/commit/1f998f5d6d77674dad01b181811638578ad68242
|
|
|
|
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
|
|
---
|
|
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
|
|
|