mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
add authors
This commit is contained in:
parent
0abee6bdfb
commit
790294f437
2 changed files with 3 additions and 1 deletions
|
@ -77,6 +77,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
#define RTMP_SIG_SRS_EMAIL "winterserver@126.com"
|
||||
#define RTMP_SIG_SRS_LICENSE "The MIT License (MIT)"
|
||||
#define RTMP_SIG_SRS_COPYRIGHT "Copyright (c) 2013 winlin"
|
||||
#define RTMP_SIG_SRS_AUTHORS "winlin"
|
||||
|
||||
// compare
|
||||
#define srs_min(a, b) (((a) < (b))? (a) : (b))
|
||||
|
|
|
@ -779,7 +779,8 @@ void SrsConfig::print_help(char** argv)
|
|||
{
|
||||
printf(RTMP_SIG_SRS_NAME" "RTMP_SIG_SRS_VERSION
|
||||
" Copyright (c) 2013 winlin\n"
|
||||
"configuration: "SRS_CONFIGURE"\n"
|
||||
"Authors: "RTMP_SIG_SRS_AUTHORS"\n"
|
||||
"Configuration: "SRS_CONFIGURE"\n"
|
||||
"Usage: %s [-h?vV] [-c <filename>]\n"
|
||||
"\n"
|
||||
"Options:\n"
|
||||
|
|
Loading…
Reference in a new issue