cmdutils: add support for caller-provided option context.
This is the first step to removing the globals plague from avtools.
This commit is contained in:
parent
7efe05ab29
commit
7cc8d6385a
7 changed files with 26 additions and 16 deletions
|
@ -4676,7 +4676,7 @@ int main(int argc, char **argv)
|
|||
my_program_dir = getcwd(0, 0);
|
||||
avserver_daemon = 1;
|
||||
|
||||
parse_options(argc, argv, options, NULL);
|
||||
parse_options(NULL, argc, argv, options, NULL);
|
||||
|
||||
unsetenv("http_proxy"); /* Kill the http_proxy */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue