Commit 9d8885eb authored by Rafaël Carré's avatar Rafaël Carré

Forgotten in fd84d89b : fix building without spinlocks

parent 62a71b89
......@@ -443,7 +443,7 @@ typedef vlc_mutex_t vlc_spinlock_t;
static inline int vlc_spin_init (vlc_spinlock_t *spin)
{
return __vlc_mutex_init (spin);
return vlc_mutex_init (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