From 955387c5fb151f91526c0b239eae1b91ca26b7da Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 5 Oct 2008 12:57:46 +0300 Subject: [PATCH] Tentative link fix --- src/libvlc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- 2.39.2