1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix ubuntu14 build warnings

This commit is contained in:
winlin 2014-06-29 00:09:55 +08:00
parent 594c1d8bf7
commit aad42d7941
8 changed files with 12 additions and 6 deletions

View file

@ -53,7 +53,7 @@ int main(int argc, char** argv)
" out_rtmp_url output rtmp url, publish to this url.\n"
"For example:\n"
" %s -i rtmp://127.0.0.1/live/livestream -y rtmp://127.0.0.1/live/demo\n",
argv[0]);
argv[0], argv[0]);
ret = 1;
exit(ret);
return ret;