From 969b94784926fa342fa9a6d5cd30c386da031f93 Mon Sep 17 00:00:00 2001 From: winlin Date: Tue, 2 Mar 2021 20:51:31 +0800 Subject: [PATCH] Hotfix 4.0.76, fix build fail for FFmpeg-fit CentOS6 --- trunk/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure b/trunk/configure index 02dc2a0cc..e5bb595ba 100755 --- a/trunk/configure +++ b/trunk/configure @@ -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