[vlc-devel] commit: Fix precompilation ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 20 08:28:51 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr 20 09:27:47 2009 +0300| [10865b25e025324b96b4e12d0e376d47b0843a5a] | committer: Rémi Denis-Courmont
Fix precompilation
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=10865b25e025324b96b4e12d0e376d47b0843a5a
---
include/vlc_threads.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index 6f5f591..dd0bce7 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -335,7 +335,7 @@ static inline int vlc_spin_init (vlc_spinlock_t *spin)
#endif
static inline void barrier (void)
{
-#if defined (__GNUC__) && !(__APPLE__) && \
+#if defined (__GNUC__) && !defined (__APPLE__) && \
((__GNUC__ > 4) || (__GNUC__ == 4 && __GNUC_MINOR__ >= 1))
__sync_synchronize ();
#elif defined(__APPLE__)
More information about the vlc-devel
mailing list