mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
GB28181: Rename sip and jitter file.
This commit is contained in:
parent
4c2b19a264
commit
1bd6bfd142
9 changed files with 12 additions and 15 deletions
7
trunk/configure
vendored
7
trunk/configure
vendored
|
@ -286,13 +286,10 @@ if [[ $SRS_FFMPEG_FIT == YES ]]; then
|
|||
MODULE_FILES+=("srs_app_rtc_codec")
|
||||
fi
|
||||
if [[ $SRS_GB28181 == YES ]]; then
|
||||
MODULE_FILES+=("srs_app_gb28181" "srs_app_gb28181_sip")
|
||||
fi
|
||||
if [[ $SRS_GB28181 == YES || $SRS_RTC == YES ]]; then
|
||||
MODULE_FILES+=("srs_app_rtc_jitbuffer")
|
||||
MODULE_FILES+=("srs_app_gb28181" "srs_app_gb28181_sip" "srs_app_gb28181_jitter")
|
||||
fi
|
||||
if [[ $SRS_GB28181 == YES ]]; then
|
||||
MODULE_FILES+=("srs_app_sip")
|
||||
MODULE_FILES+=("srs_app_gb28181_stack")
|
||||
ModuleLibIncs+=(${LibIconvRoot})
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue