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) ...@@ -723,7 +723,7 @@ static void SelectClockSource (vlc_object_t *obj)
return; return;
} }
const char *name = "perf"; const char *name = "multimedia";
char *str = var_InheritString (obj, "clock-source"); char *str = var_InheritString (obj, "clock-source");
if (str != NULL) if (str != NULL)
name = str; 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