[vlc-commits] Split mdate(), mwait(), msleep() to POSIX and Win32 files

Rémi Denis-Courmont git at videolan.org
Tue Jul 12 17:14:40 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Jul 12 18:02:54 2011 +0300| [0f9a94f2183fc6c6e9ce8b77eb497aab160cbbbd] | committer: Rémi Denis-Courmont

Split mdate(), mwait(), msleep() to POSIX and Win32 files

Also implement correct run-time POSIX clock selection.

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

 configure.ac          |   45 ++------
 include/vlc_mtime.h   |   60 -----------
 include/vlc_threads.h |   61 +++++++++++
 src/misc/mtime.c      |  280 +++----------------------------------------------
 src/posix/thread.c    |  162 +++++++++++++++++++++++++++--
 src/win32/thread.c    |   39 +++++++
 6 files changed, 281 insertions(+), 366 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=0f9a94f2183fc6c6e9ce8b77eb497aab160cbbbd


More information about the vlc-commits mailing list