[vlc-devel] CVS Commit (sam)
cvs at videolan.org
cvs at videolan.org
Fri Oct 4 20:07:22 CEST 2002
Update of /var/cvs/videolan/vlc
Modified Files:
configure.ac.in
Update of /var/cvs/videolan/vlc/include
Modified Files:
main.h vlc_threads_funcs.h
Update of /var/cvs/videolan/vlc/modules/access/vcd
Modified Files:
vcd.c
Update of /var/cvs/videolan/vlc/modules/audio_output
Modified Files:
arts.c
Update of /var/cvs/videolan/vlc/modules/gui/gtk
Modified Files:
gtk.c
Update of /var/cvs/videolan/vlc/modules/misc
Modified Files:
gtk_main.c
Update of /var/cvs/videolan/vlc/modules/video_output/qte
Modified Files:
qte.cpp
Update of /var/cvs/videolan/vlc/src
Modified Files:
libvlc.c
Update of /var/cvs/videolan/vlc/src/audio_output
Modified Files:
input.c
Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
objects.c threads.c
Log Message:
* ./configure.ac.in: removed now unnecessary --force-exe-suffix flag.
* ./src/misc/objects.c: structure_lock is now local.
* ./src/misc/threads.c: implemented named mutexes which provide a handy
way to protect data across plugins which might be sharing the same
resources. Thread-unsafe libraries come to mind, but we can imagine
using a named mutex for configuration files, or special devices.
* ./include/main.h: removed global_lock because of vlc_mutex_need, removed
p_global_data because it was never used, removed structure_lock because
it did not belong here.
--
sam
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list