mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #143, build on centos5.
This commit is contained in:
parent
84450e1588
commit
7b24788445
118 changed files with 123 additions and 24 deletions
|
@ -215,3 +215,4 @@ bool srs_string_ends_with(string str, string flag)
|
|||
{
|
||||
return str.rfind(flag) == str.length() - flag.length();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue