1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

Hotfix 4.0.76, fix build fail for FFmpeg-fit CentOS6

This commit is contained in:
winlin 2021-03-02 20:51:31 +08:00
parent eaf9ec6de8
commit 969b947849

2
trunk/configure vendored
View file

@ -193,7 +193,7 @@ if [[ $SRS_GCOV == YES ]]; then
fi fi
# For FFMPEG/RTC. # For FFMPEG/RTC.
if [[ $SRS_RTC == YES && $SRS_NASM == NO && $SRS_OSX == NO ]]; then if [[ $SRS_RTC == YES && $SRS_FFMPEG_FIT == YES ]]; then
SrsLinkOptions="${SrsLinkOptions} -lrt"; SrsLinkOptions="${SrsLinkOptions} -lrt";
fi fi