Skip to content
Snippets Groups Projects
Commit d48ad7b4 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

cmdline: read the "high-priority" option early

The value of the command line parameter will need to be known early, when we
call vlc_threads_setup().
parent 2afe251d
No related branches found
No related tags found
1 merge request!2391cmdline: read the "high-priority" and "clock-source" options early
......@@ -122,6 +122,10 @@ void config_CmdLineEarlyScan( vlc_object_t *p_this, int argc, const char *argv[]
check_option("plugins-scan")
check_option("reset-plugins-cache")
#if defined(_WIN32) || defined(__OS2__)
check_option("high-priority")
#endif
#undef check_option
#undef check_option_variant
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment