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:
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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue