Hotfix 4.0.76, fix build fail for FFmpeg-fit CentOS6
This commit is contained in:
parent
eaf9ec6de8
commit
969b947849
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 New Issue
Block a user