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

Fix build fail when disable RTC by --rtc=off. 4.0.118

This commit is contained in:
winlin 2021-05-20 19:05:27 +08:00
parent af04285baa
commit fc9363e7df
6 changed files with 43 additions and 17 deletions

View file

@ -68,8 +68,6 @@ SrsPps* _srs_pps_srtps = NULL;
SrsPps* _srs_pps_pli = NULL;
SrsPps* _srs_pps_twcc = NULL;
SrsPps* _srs_pps_rr = NULL;
SrsPps* _srs_pps_pub = NULL;
SrsPps* _srs_pps_conn = NULL;
extern SrsPps* _srs_pps_snack;
extern SrsPps* _srs_pps_snack2;