1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Upgrade jquery from 1.10.2 to 1.12.2 (#3571)

---------

Co-authored-by: chundonglinlin <chundonglinlin@163.com>
This commit is contained in:
panda 2023-06-30 06:28:10 +08:00 committed by GitHub
parent cb44e81d83
commit 30c2f50cae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 29 additions and 81 deletions

7
trunk/configure vendored
View file

@ -832,13 +832,6 @@ fi
#####################################################################################
# next step
#####################################################################################
if [[ $SRS_CHERRYPY == YES ]]; then
echo ""
echo "You can run 3rdparty applications:"
if [[ $SRS_HTTP_CALLBACK == YES ]]; then
echo -e "\" python ./research/api-server/server.py 8085 \" to start the api-server"
fi
fi
echo ""
echo "You can build SRS:"
echo "\" make \" to build the SRS server"