mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
alsa-lib: upgrade to 1.0.26
(From OE-Core rev: 759191ee0b11231e1719bd5c66ac0afbd02e2a80) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c96768b240
commit
a3ca3ecb93
@@ -0,0 +1,21 @@
|
||||
# Author: Michael Lauer <mickey@vanille-media.de>
|
||||
# Date: Thu Jan 18 00:27:21 2007 +0000
|
||||
# alsa-lib: fix "error: field 'tstamp' has incomplete type" when including alsa headers with strict compilation options
|
||||
#
|
||||
# Acquired from OpenEmbedded
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Index: alsa-lib-1.0.13/include/global.h
|
||||
===================================================================
|
||||
--- alsa-lib-1.0.13.orig/include/global.h
|
||||
+++ alsa-lib-1.0.13/include/global.h
|
||||
@@ -29,6 +29,8 @@
|
||||
#define __ALSA_GLOBAL_H_
|
||||
|
||||
/* for timeval and timespec */
|
||||
+#define __need_timeval
|
||||
+#define __need_timespec
|
||||
#include <time.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
Reference in New Issue
Block a user