Merge branch 'master' of git://0pointer.de/pulseaudio

This commit is contained in:
Daniel Mack 2009-09-15 11:46:19 +08:00
commit c1e59f7d76

View file

@ -118,7 +118,7 @@
#endif #endif
#ifndef PA_GCC_WEAKREF #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 */ /** Macro for usgae of GCC's weakref attribute */
#define PA_GCC_WEAKREF(x) __attribute__((weakref(#x))); #define PA_GCC_WEAKREF(x) __attribute__((weakref(#x)));
#endif #endif