Commit 955387c5 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Tentative link fix

parent 6e2ed233
...@@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * ); ...@@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * );
/* /*
* Threads subsystem * Threads subsystem
*/ */
vlc_mutex_t global_lock; /* TODO: remove this crap */ extern vlc_mutex_t global_lock; /* TODO: remove this crap */
/* Hopefully, no need to export this. There is a new thread API instead. */ /* Hopefully, no need to export this. There is a new thread API instead. */
void vlc_thread_cancel (vlc_object_t *); void vlc_thread_cancel (vlc_object_t *);
......
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