Commit 2a13c213 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix. Not sure if this works though.

parent fdb990bd
......@@ -845,7 +845,7 @@ typedef vlc_mutex_t vlc_spinlock_t;
static inline int vlc_spin_init (vlc_spinlock_t *spin)
{
return vlc_mutex_init (NULL, spin);
return __vlc_mutex_init (NULL, spin);
}
# define vlc_spin_lock vlc_mutex_lock
......
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