From 6c40419de7a09d281e17e87e0f8e28c2cfac790b Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 19 Jul 2021 07:49:57 +0800 Subject: [PATCH] Fix configure bug --- trunk/configure | 6 ------ 1 file changed, 6 deletions(-) diff --git a/trunk/configure b/trunk/configure index 9fd7a4827..56a45979a 100755 --- a/trunk/configure +++ b/trunk/configure @@ -387,9 +387,6 @@ fi if [[ $SRS_FFMPEG_FIT == YES ]]; then ModuleLibFiles+=("${LibFfmpegFile[*]}") fi -if [[ $SRS_GB28181 == YES ]]; then - ModuleLibFiles+=("${LibIconvfile[*]}") -fi # for SRS_MODULE in ${SRS_MODULES[*]}; do . auto/reset_module.sh && . $SRS_MODULE/config @@ -428,9 +425,6 @@ if [ $SRS_UTEST = YES ]; then if [[ $SRS_SRT == YES ]]; then ModuleLibFiles+=("${LibSRTfile[*]}") fi - if [[ $SRS_GB28181 == YES ]]; then - ModuleLibFiles+=("${LibIconvfile[*]}") - fi MODULE_DEPENDS=("CORE" "KERNEL" "PROTOCOL" "APP") if [[ $SRS_SRT == YES ]]; then MODULE_DEPENDS+=("SRT")