From f47e846bd2f524a8840e75560bca04efcb6e5dd9 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 25 Dec 2019 16:26:40 +0800 Subject: [PATCH] For #1537, #1282, refine build st script --- trunk/auto/depends.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/auto/depends.sh b/trunk/auto/depends.sh index 8282e9afe..d8890bad9 100755 --- a/trunk/auto/depends.sh +++ b/trunk/auto/depends.sh @@ -436,7 +436,7 @@ if [ $SRS_EXPORT_LIBRTMP_PROJECT = NO ]; then ( rm -rf ${SRS_OBJS}/st-srs && cd ${SRS_OBJS} && ln -sf ../3rdparty/st-srs && cd st-srs && - make ${_ST_MAKE} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" && + make clean && make ${_ST_MAKE} EXTRA_CFLAGS="${_ST_EXTRA_CFLAGS}" && cd .. && rm -f st && ln -sf st-srs/obj st ) fi