]> git.sesse.net Git - vlc/commit
- Do not attach libvlc to the global data
authorRémi Denis-Courmont <rem@videolan.org>
Thu, 9 Nov 2006 17:55:58 +0000 (17:55 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Thu, 9 Nov 2006 17:55:58 +0000 (17:55 +0000)
commit267cd7f9b7dac986e6d2bc490f778107be95a8fc
treed96182bb9792433e0a26255ee0950a3f0ab564d0
parentc6e7cf1b17ed414e1a803cdc4341d09884485e5e
- Do not attach libvlc to the global data
  to avoid crashes in the messaging system (global data has no libvlc pointer)
- Rename ROOT to GLOBAL to avoid confusion (the root is LIBVLC, not GLOBAL)
include/vlc_objects.h
src/libvlc-common.c
src/misc/messages.c
src/misc/objects.c
src/misc/threads.c