mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-06 04:28:38 +00:00
use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it
Originally committed as revision 13707 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
17b01199f0
commit
59c2959d07
@ -4385,7 +4385,7 @@ int main(int argc, char **argv)
|
||||
|
||||
parse_options(argc, argv, options, NULL);
|
||||
|
||||
putenv("http_proxy"); /* Kill the http_proxy */
|
||||
unsetenv("http_proxy"); /* Kill the http_proxy */
|
||||
|
||||
av_init_random(av_gettime() + (getpid() << 16), &random_state);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user