Commit 10865b25 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix precompilation

parent 9643263b
......@@ -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__)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment