Skip to content

win32: simplify the clock selection on startup

Steve Lhomme requested to merge robUx4/vlc:win32-startup-clock into master

No need to do a fake call to vlc_threads_setup() every time the vlc_tick_now() is called early.

mdate_wall provides a wall clock that can be used without initialization.

Plus some misc code cleaning of clock/thread related code.

Merge request reports