mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
SRT: Upgrade libsrt from 1.4.1 to 1.5.1. v6.0.12 (#3362)
Co-authored-by: winlin <winlin@vip.126.com>
This commit is contained in:
parent
7a56208f2f
commit
fe086dfc31
143 changed files with 38185 additions and 15108 deletions
|
@ -13,8 +13,8 @@ written by
|
|||
Haivision Systems Inc.
|
||||
*****************************************************************************/
|
||||
|
||||
#ifndef INC__SRT_VERSION_H
|
||||
#define INC__SRT_VERSION_H
|
||||
#ifndef INC_SRT_VERSION_H
|
||||
#define INC_SRT_VERSION_H
|
||||
|
||||
// To construct version value
|
||||
#define SRT_MAKE_VERSION(major, minor, patch) \
|
||||
|
@ -24,11 +24,11 @@ written by
|
|||
#define SRT_VERSION_MAJOR @SRT_VERSION_MAJOR@
|
||||
#define SRT_VERSION_MINOR @SRT_VERSION_MINOR@
|
||||
#define SRT_VERSION_PATCH @SRT_VERSION_PATCH@
|
||||
#cmakedefine SRT_VERSION_BUILD @APPVEYOR_BUILD_NUMBER_STRING@
|
||||
#cmakedefine SRT_VERSION_BUILD @CI_BUILD_NUMBER_STRING@
|
||||
|
||||
#define SRT_VERSION_STRING "@SRT_VERSION@"
|
||||
#define SRT_VERSION_VALUE \
|
||||
SRT_MAKE_VERSION_VALUE( \
|
||||
SRT_VERSION_MAJOR, SRT_VERSION_MINOR, SRT_VERSION_PATCH )
|
||||
|
||||
#endif // INC__SRT_VERSION_H
|
||||
#endif // INC_SRT_VERSION_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue