1
0
Fork 0
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:
winlin 2021-03-04 10:41:23 +08:00
parent 212ff6fc2d
commit 5a66d15e85
3 changed files with 78 additions and 6 deletions

4
trunk/configure vendored
View file

@ -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