Commit e98d0a82 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Win32: set default clock-source on multimedia, for now

It seems to be better for the machines with lying power-improvement
programs, like ASUS EPU-Engine
parent c8ec9091
......@@ -723,7 +723,7 @@ static void SelectClockSource (vlc_object_t *obj)
return;
}
const char *name = "perf";
const char *name = "multimedia";
char *str = var_InheritString (obj, "clock-source");
if (str != NULL)
name = str;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment