mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Enable -std=c++11 by default. 4.0.65
This commit is contained in:
parent
e5391ff93d
commit
73c4b1cb6e
3 changed files with 3 additions and 2 deletions
|
@ -155,6 +155,7 @@ For previous versions, please read:
|
|||
|
||||
## V4 changes
|
||||
|
||||
* v4.0, 2021-01-31, Enable -std=c++11 by default. 4.0.65
|
||||
* v4.0, 2021-01-25, Enable --nasm and --srtp-asm by default for performance. 4.0.64
|
||||
* v4.0, 2021-01-20, Support HTTP-FLV and HLS for srs-player by H5. 4.0.63
|
||||
* v4.0, 2021-01-08, HTML5 video tag resolution adaptive. 4.0.59
|
||||
|
|
|
@ -19,7 +19,7 @@ SRS_HDS=NO
|
|||
SRS_SRT=NO
|
||||
SRS_RTC=YES
|
||||
SRS_GB28181=NO
|
||||
SRS_CXX11=NO
|
||||
SRS_CXX11=YES
|
||||
SRS_CXX14=NO
|
||||
SRS_NGINX=NO
|
||||
SRS_LIBRTMP=NO
|
||||
|
|
|
@ -24,6 +24,6 @@
|
|||
#ifndef SRS_CORE_VERSION4_HPP
|
||||
#define SRS_CORE_VERSION4_HPP
|
||||
|
||||
#define SRS_VERSION4_REVISION 64
|
||||
#define SRS_VERSION4_REVISION 65
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue