Skip to content
Snippets Groups Projects
Commit 66a76416 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

fix compile when spinlocks aren't available

parent cc6e3d03
No related merge requests found
......@@ -626,7 +626,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 (spin);
}
# define vlc_spin_lock vlc_mutex_lock
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment