[vlc-devel] commit: Tentative link fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Sun Oct 5 11:58:08 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Oct  5 12:57:46 2008 +0300| [955387c5fb151f91526c0b239eae1b91ca26b7da] | committer: Rémi Denis-Courmont 

Tentative link fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=955387c5fb151f91526c0b239eae1b91ca26b7da
---

 src/libvlc.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/libvlc.h b/src/libvlc.h
index f312073..1bf5e8f 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 *);




More information about the vlc-devel mailing list