mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
Hotfix 4.0.76, fix build fail for FFmpeg-fit CentOS6
This commit is contained in:
parent
eaf9ec6de8
commit
969b947849
1 changed files with 1 additions and 1 deletions
2
trunk/configure
vendored
2
trunk/configure
vendored
|
@ -193,7 +193,7 @@ if [[ $SRS_GCOV == YES ]]; then
|
|||
fi
|
||||
|
||||
# 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";
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue