1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Fix build fail

This commit is contained in:
winlin 2021-05-20 19:56:23 +08:00
parent fc9363e7df
commit 9e5c4e2c5b

View file

@ -77,6 +77,9 @@ extern SrsPps* _srs_pps_snack4;
extern SrsPps* _srs_pps_rnack;
extern SrsPps* _srs_pps_rnack2;
extern SrsPps* _srs_pps_pub;
extern SrsPps* _srs_pps_conn;
ISrsRtcTransport::ISrsRtcTransport()
{
}