mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +00:00
Build: Support sys-ssl for srt. v5.0.184 (#3806)
support sys-ssl for srt --------- Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
632d457194
commit
3ddacdb47b
3 changed files with 3 additions and 2 deletions
|
@ -670,7 +670,7 @@ if [[ $SRS_SRT == YES ]]; then
|
|||
rm -rf ${SRS_OBJS}/srt && cp -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/srt ${SRS_OBJS}/ &&
|
||||
echo "libsrt-1-fit is ok."
|
||||
else
|
||||
if [[ ! -d ${SRS_OBJS}/openssl/lib/pkgconfig ]]; then
|
||||
if [[ $SRS_USE_SYS_SSL != YES && ! -d ${SRS_OBJS}/openssl/lib/pkgconfig ]]; then
|
||||
echo "OpenSSL pkgconfig no found, build srt-1-fit failed."
|
||||
exit -1
|
||||
fi
|
||||
|
|
|
@ -7,6 +7,7 @@ The changelog for SRS.
|
|||
<a name="v5-changes"></a>
|
||||
|
||||
## SRS 5.0 Changelog
|
||||
* v5.0, 2023-09-21, Merge [#3806](https://github.com/ossrs/srs/pull/3806): Build: Support sys-ssl for srt. v5.0.184 (#3806)
|
||||
* v5.0, 2023-09-21, Merge [#3808](https://github.com/ossrs/srs/pull/3808): Upgrade libsrt to v1.5.3. v5.0.183 (#3808)
|
||||
* v5.0, 2023-09-21, Merge [#3404](https://github.com/ossrs/srs/pull/3404): WebRTC: Support WHEP for play. v5.0.182 (#3404)
|
||||
* v5.0, 2023-09-21, Merge [#3807](https://github.com/ossrs/srs/pull/3807): Prevent the output of srt logs in utest. v5.0.181 (#3807)
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 5
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 183
|
||||
#define VERSION_REVISION 184
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue