[vlc-devel] commit: Split pthread and Win32 code into separate files ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat May 16 22:00:03 CEST 2009
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 16 22:58:19 2009 +0300| [fb6713944183a4304532f7f8e002dff796769c30] | committer: Rémi Denis-Courmont
Split pthread and Win32 code into separate files
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fb6713944183a4304532f7f8e002dff796769c30
---
src/Makefile.am | 8 +-
src/misc/pthread.c | 590 ++++++++++++++++++++++++++++
src/misc/threads.c | 1055 --------------------------------------------------
src/misc/w32thread.c | 513 ++++++++++++++++++++++++
4 files changed, 1110 insertions(+), 1056 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=fb6713944183a4304532f7f8e002dff796769c30
More information about the vlc-devel
mailing list