From: RĂ©mi Denis-Courmont Date: Sun, 5 Oct 2008 09:57:46 +0000 (+0300) Subject: Tentative link fix X-Git-Tag: 1.0.0-pre1~2710 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=955387c5fb151f91526c0b239eae1b91ca26b7da;p=vlc Tentative link fix --- diff --git a/src/libvlc.h b/src/libvlc.h index f312073572..1bf5e8f4a2 100644 --- a/src/libvlc.h +++ b/src/libvlc.h @@ -45,7 +45,7 @@ void system_End ( libvlc_int_t * ); /* * 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. */ void vlc_thread_cancel (vlc_object_t *);