[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.17-1-g12f2111
Lennart Poettering
gitmailer-noreply at 0pointer.de
Mon Sep 14 19:32:10 PDT 2009
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 180ef1eebdfbdf0220af1fb5e4bf43e348207cde (commit)
- Log -----------------------------------------------------------------
12f2111 gccmacro: enable weakrefs only on ELF
-----------------------------------------------------------------------
Summary of changes:
src/pulse/gccmacro.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit 12f211105e843d8b10f7d2a85d0ef451b7becd9a
Author: Lennart Poettering <lennart at poettering.net>
Date: Tue Sep 15 04:31:54 2009 +0200
gccmacro: enable weakrefs only on ELF
diff --git a/src/pulse/gccmacro.h b/src/pulse/gccmacro.h
index e85ecb6..57e8050 100644
--- a/src/pulse/gccmacro.h
+++ b/src/pulse/gccmacro.h
@@ -118,7 +118,7 @@
#endif
#ifndef PA_GCC_WEAKREF
-#if defined(__GNUC__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
+#if defined(__GNUC__) && defined(__ELF__) && (((__GNUC__ == 4) && (__GNUC_MINOR__ > 1)) || (__GNUC__ > 4))
/** Macro for usgae of GCC's weakref attribute */
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
#endif
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list