mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Support regression test in CI.
This commit is contained in:
parent
212ff6fc2d
commit
5a66d15e85
3 changed files with 78 additions and 6 deletions
4
trunk/configure
vendored
4
trunk/configure
vendored
|
@ -192,8 +192,8 @@ if [[ $SRS_GCOV == YES ]]; then
|
|||
SrsLinkOptions="${SrsLinkOptions} ${SrsGcov}";
|
||||
fi
|
||||
|
||||
# For FFMPEG/RTC.
|
||||
if [[ $SRS_RTC == YES && $SRS_FFMPEG_FIT == YES ]]; then
|
||||
# For FFMPEG/RTC on Linux.
|
||||
if [[ $SRS_OSX != YES && $SRS_RTC == YES && $SRS_FFMPEG_FIT == YES ]]; then
|
||||
SrsLinkOptions="${SrsLinkOptions} -lrt";
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue