mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine source, extract gop cache, add srs forwarder.
This commit is contained in:
parent
4548bebc33
commit
de95bf74b1
7 changed files with 251 additions and 123 deletions
8
trunk/configure
vendored
8
trunk/configure
vendored
|
@ -6,14 +6,14 @@ SRS_AUTO_HEADERS_H="${SRS_OBJS}/srs_auto_headers.hpp"
|
|||
|
||||
mkdir -p ${SRS_OBJS}
|
||||
|
||||
# parse user options.
|
||||
. auto/options.sh
|
||||
|
||||
# clean the exists
|
||||
if [[ -f Makefile ]]; then
|
||||
make clean
|
||||
fi
|
||||
|
||||
# parse user options.
|
||||
. auto/options.sh
|
||||
|
||||
# generate the audo headers file.
|
||||
echo "#define SRS_CONFIGURE \"${SRS_CONFIGURE}\"" > $SRS_AUTO_HEADERS_H
|
||||
|
||||
|
@ -92,7 +92,7 @@ MODULE_FILES=("srs_core" "srs_core_log" "srs_core_server"
|
|||
"srs_core_stream" "srs_core_source" "srs_core_codec"
|
||||
"srs_core_handshake" "srs_core_pithy_print"
|
||||
"srs_core_config" "srs_core_refer" "srs_core_reload"
|
||||
"srs_core_hls")
|
||||
"srs_core_hls" "srs_core_forward")
|
||||
MODULE_DIR="src/core" . auto/modules.sh
|
||||
CORE_OBJS="${MODULE_OBJS[@]}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue