Commit 59c2959d authored by Stefano Sabatini's avatar Stefano Sabatini Committed by Baptiste Coudurier

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
parent 17b01199
......@@ -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);
......
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