mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Compile: Fix typo for 3rdparty. v5.0.166, v6.0.59 (#3615)
--------- Co-authored-by: john <hondaxiao@tencent.com>
This commit is contained in:
parent
b1d1c7abe5
commit
cdbe50b72a
8 changed files with 62 additions and 60 deletions
10
trunk/configure
vendored
10
trunk/configure
vendored
|
@ -554,23 +554,23 @@ clean_modules:
|
|||
@(cd ${SRS_OBJS} && rm -rf $__mdefaults)
|
||||
|
||||
clean_openssl:
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdpatry/openssl
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/openssl
|
||||
@echo "Please rebuild openssl by: ./configure"
|
||||
|
||||
clean_srtp2:
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdpatry/srtp2
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/srtp2
|
||||
@echo "Please rebuild libsrtp2 by: ./configure"
|
||||
|
||||
clean_opus:
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdpatry/opus
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/opus
|
||||
@echo "Please rebuild opus by: ./configure"
|
||||
|
||||
clean_ffmpeg:
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdpatry/ffmpeg
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/ffmpeg
|
||||
@echo "Please rebuild FFmpeg by: ./configure"
|
||||
|
||||
clean_st:
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdpatry/st
|
||||
@rm -rf ${SRS_OBJS}/${SRS_PLATFORM}/3rdparty/st
|
||||
@echo "Please rebuild ST by: ./configure"
|
||||
|
||||
st:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue