CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Wed Apr 3 01:43:57 CEST 2002
Update of /var/cvs/videolan/vlc/include
Modified Files:
beos_specific.h common.h darwin_specific.h threads.h
win32_specific.h
Added Files:
os_specific.h
Update of /var/cvs/videolan/vlc/include/videolan
Modified Files:
vlc.h
Update of /var/cvs/videolan/vlc/src/interface
Modified Files:
main.c
Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
modules_plugin.h win32_specific.c
Log Message:
* New pthread implementation for WinNT/2K/XP. This implementation shouldn't
be subject to race conditions as it is using SignalObjectAndWait() from the
Win32 API.
As this should be somehow slower than the old method (still used on Win9x),
you can specify that you want to use the old method with the "fast_pthread"
config option.
* Added a new p_main_sys global variable. This variable is a pointer to an
OS specific structure which is defined in *_specific.h. This structure can
be filled by the already existing System_Init() function and is a nice
way to avoid too many #ifdefs.
--
gbazin
--
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