Commit 68870352 authored by Pierre Ynard's avatar Pierre Ynard

threads: fix typo

Fix build on non-pthread platforms
parent eb241138
......@@ -772,6 +772,7 @@ void vlc_threads_setup (libvlc_int_t *p_libvlc)
void vlc_threads_setup (libvlc_int_t *p_libvlc)
{
(void) p_libvlc;
}
#endif
/**
......
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