[vlc-commits] Move timer implementation to a separate file
Rémi Denis-Courmont
git at videolan.org
Sat Jul 21 13:59:57 CEST 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 21 14:59:19 2012 +0300| [d871c27f40b110788814f9a5fcc0a2d6a1307062] | committer: Rémi Denis-Courmont
Move timer implementation to a separate file
This is generic and reusable on non-POSIX platforms.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d871c27f40b110788814f9a5fcc0a2d6a1307062
---
src/Makefile.am | 3 +
src/posix/thread.c | 161 ------------------------------------------
src/posix/timer.c | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 202 insertions(+), 161 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=d871c27f40b110788814f9a5fcc0a2d6a1307062
More information about the vlc-commits
mailing list