1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-04 02:00:04 +00:00

alsa: update to 1.0.14

- some parts are from 1.0.13 OpenEmbedded recipes
- removed dependency on alsa-conf as libasound package already depends on alsa-conf-base
- fixed alsa-utils-speakertest DESCRIPTION


git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1860 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz
2007-06-05 14:16:46 +00:00
parent c4607eff08
commit e648ea1aac
4 changed files with 51 additions and 29 deletions
@@ -0,0 +1,13 @@
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