Skip to content
Snippets Groups Projects

win32: simplify the clock selection on startup

Merged Steve Lhomme requested to merge robUx4/vlc:win32-startup-clock into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -2085,7 +2085,7 @@ vlc_module_begin ()
#endif
#ifdef _WIN32
add_string( "clock-source", NULL, CLOCK_SOURCE_TEXT, NULL )
add_string( "clock-source", "perf", CLOCK_SOURCE_TEXT, NULL )
change_string_list( clock_sources, clock_sources_text )
#endif
Loading