mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update PRIMARY, AUTHORS, CONTRIBUTORS rule
This commit is contained in:
parent
32cf44e5bb
commit
44962c9142
9 changed files with 23 additions and 9 deletions
|
@ -182,7 +182,8 @@ int main(int argc, char** argv)
|
|||
|
||||
srs_trace("srs(simple-rtmp-server) "RTMP_SIG_SRS_VERSION);
|
||||
srs_trace("license: "RTMP_SIG_SRS_LICENSE);
|
||||
srs_trace("authors: "RTMP_SIG_SRS_PRIMARY_AUTHROS);
|
||||
srs_trace("primary: "RTMP_SIG_SRS_PRIMARY);
|
||||
srs_trace("authors: "RTMP_SIG_SRS_AUTHROS);
|
||||
srs_trace("contributors: "SRS_AUTO_CONSTRIBUTORS);
|
||||
srs_trace("uname: "SRS_AUTO_UNAME);
|
||||
srs_trace("build: %s, %s", SRS_AUTO_BUILD_DATE, srs_is_little_endian()? "little-endian":"big-endian");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue