diff options
author | root <root@rshg054.dnsready.net> | 2013-05-08 01:04:35 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-05-08 01:04:35 -0700 |
commit | d6413cd6dac778aa64e48046ce7110000997ff61 (patch) | |
tree | ea1f6355efa7d2bf83845e79d14d30c2760897e5 /extra/alsa-lib/alsa-lib-1.0.27-inline2.patch | |
parent | da0a0d88caa1bf934ebf314ef86e15928dbb027b (diff) |
Wed May 8 01:04:33 PDT 2013
Diffstat (limited to 'extra/alsa-lib/alsa-lib-1.0.27-inline2.patch')
-rw-r--r-- | extra/alsa-lib/alsa-lib-1.0.27-inline2.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/extra/alsa-lib/alsa-lib-1.0.27-inline2.patch b/extra/alsa-lib/alsa-lib-1.0.27-inline2.patch new file mode 100644 index 000000000..e99bae864 --- /dev/null +++ b/extra/alsa-lib/alsa-lib-1.0.27-inline2.patch @@ -0,0 +1,28 @@ +From a8f405b8f90d752c3609b9e918dc949c4efadf87 Mon Sep 17 00:00:00 2001 +From: Takashi Iwai <tiwai@suse.de> +Date: Thu, 25 Apr 2013 09:55:49 +0200 +Subject: [PATCH] Add definition of __inline__ for non-GCC + +Signed-off-by: Takashi Iwai <tiwai@suse.de> +--- + include/asoundlib-head.h | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/include/asoundlib-head.h b/include/asoundlib-head.h +index 6edbab0..71b5c29 100644 +--- a/include/asoundlib-head.h ++++ b/include/asoundlib-head.h +@@ -40,6 +40,10 @@ + #include <errno.h> + #include <stdarg.h> + ++#ifndef __GNUC__ ++#define __inline__ inline ++#endif ++ + #include <alsa/asoundef.h> + #include <alsa/version.h> + #include <alsa/global.h> +-- +1.7.11.7 + |